We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dca0d3 commit e24da68Copy full SHA for e24da68
.github/workflows/update.yaml
@@ -27,6 +27,7 @@ jobs:
27
28
- name: "Commit and push changes to the for-stackage branch"
29
run: |
30
+ git fetch --depth=1 origin for-stackage:for-stackage
31
git checkout for-stackage
32
33
git config --local user.email "[email protected]"
0 commit comments