Skip to content

Commit a8b8d0b

Browse files
committed
Reverted change (investigating the purpose of main:)
1 parent 14237c0 commit a8b8d0b

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
@@ -336,7 +336,7 @@ jobs:
336336
- name: Push
337337
run: |
338338
git remote add super-rentals git@github.com:ember-learn/super-rentals.git
339-
git push -f super-rentals main:super-rentals-tutorial-output
339+
git push -f super-rentals master:super-rentals-tutorial-output
340340
341341
deploy-code-flattened:
342342
# This job deploys the built app to the main branch of the

0 commit comments

Comments
 (0)