We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa83ab commit dbdb9ccCopy full SHA for dbdb9cc
1 file changed
.github/workflows/update-snapshot.yaml
@@ -20,8 +20,6 @@ jobs:
20
pull-requests: write
21
steps:
22
- uses: actions/checkout@v5
23
- with:
24
- persist-credentials: false
25
26
- run: rm -rf test/snapshot
27
@@ -41,6 +39,7 @@ jobs:
41
39
git switch -c update-snapshots-${{ github.run_id }}
42
40
git add test/snapshot
43
git commit -m 'test: update snapshots'
44
- gh pr create --fill --head update-snapshots-${{ github.run_id }} --base "$GITHUB_REF_NAME"
+ git push origin update-snapshots-${{ github.run_id }}
+ gh pr create --fill --base "$GITHUB_REF_NAME"
45
env:
46
GH_TOKEN: ${{ github.token }}
0 commit comments