Skip to content

Commit 14237c0

Browse files
committed
Reverted change (investigating the purpose of output)
1 parent 3f9a58a commit 14237c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ jobs:
397397
git commit --allow-empty -m "$COMMIT_MESSAGE"
398398
git remote add output ../output
399399
git fetch output
400-
git merge --squash --no-commit --allow-unrelated-histories output/main
400+
git merge --squash --no-commit --allow-unrelated-histories output/master
401401
git reset HEAD~ -- README.md app.json
402402
git commit --allow-empty --amend --no-edit
403403
env:

0 commit comments

Comments
 (0)