Skip to content

Commit 84338ae

Browse files
committed
Fix push to for-stackage
1 parent 31142dd commit 84338ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git config --local user.name "IOHK"
3737
git add .
3838
git commit -m "Automatic Update" || echo "No changes to commit"
39-
git push
39+
git push --set-upstream origin for-stackage
4040
4141
- name: "Update master branch"
4242
run: |

0 commit comments

Comments
 (0)