We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a2646 commit 31acb88Copy full SHA for 31acb88
.github/workflows/main.yml
@@ -25,6 +25,7 @@ jobs:
25
git config --global user.name "jstrieb/github-stats"
26
git config --global user.email "github-stats[bot]@jstrieb.github.io"
27
# Push generated files to the generated branch
28
+ git pull
29
git checkout generated || git checkout -b generated
30
git merge master || true
31
0 commit comments