We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c5818 commit 5eb1a60Copy full SHA for 5eb1a60
1 file changed
.github/workflows/generate-manifests-from-r2.yml
@@ -119,9 +119,11 @@ jobs:
119
run: |
120
git config user.name "github-actions[bot]"
121
git config user.email "github-actions[bot]@users.noreply.github.com"
122
+ git stash --include-untracked
123
+ git pull --rebase origin main
124
+ git stash pop
125
git add src/internal/manifest/data/
126
git commit -m "chore(manifest): regenerate manifests from R2"
- git pull --rebase origin main
127
git push
128
129
- name: Generate summary
0 commit comments