We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddc01e commit d22480bCopy full SHA for d22480b
1 file changed
.github/workflows/update-snapshot.yaml
@@ -40,6 +40,6 @@ jobs:
40
git switch -c update-snapshots-${{ github.run_id }}
41
git add test/snapshot
42
git commit -m 'test: update snapshots'
43
- gh pr create --dry-run --fill --head update-snapshots-${{ github.run_id }} --base "$GITHUB_REF_NAME"
+ gh pr create --fill --head update-snapshots-${{ github.run_id }} --base "$GITHUB_REF_NAME"
44
env:
45
GH_TOKEN: ${{ github.token }}
0 commit comments