Skip to content

Commit 8ea3ac6

Browse files
committed
Update actions yml
1 parent b1cd659 commit 8ea3ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/learn-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Merge PR
3636
run: |
3737
sleep 15
38-
gh pr checkout 19 && git fetch origin master && git merge origin/master
38+
gh pr checkout 20 && git fetch origin master && git merge --allow-unrelated-histories origin/master
3939
gh pr merge --squash --auto
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)