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 3f9a58a commit 14237c0Copy full SHA for 14237c0
.github/workflows/build.yml
@@ -397,7 +397,7 @@ jobs:
397
git commit --allow-empty -m "$COMMIT_MESSAGE"
398
git remote add output ../output
399
git fetch output
400
- git merge --squash --no-commit --allow-unrelated-histories output/main
+ git merge --squash --no-commit --allow-unrelated-histories output/master
401
git reset HEAD~ -- README.md app.json
402
git commit --allow-empty --amend --no-edit
403
env:
0 commit comments