Skip to content

Commit d22480b

Browse files
committed
ci: fix update snapshot workflow
1 parent 2ddc01e commit d22480b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
git switch -c update-snapshots-${{ github.run_id }}
4141
git add test/snapshot
4242
git commit -m 'test: update snapshots'
43-
gh pr create --dry-run --fill --head update-snapshots-${{ github.run_id }} --base "$GITHUB_REF_NAME"
43+
gh pr create --fill --head update-snapshots-${{ github.run_id }} --base "$GITHUB_REF_NAME"
4444
env:
4545
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)