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 14237c0 commit a8b8d0bCopy full SHA for a8b8d0b
.github/workflows/build.yml
@@ -336,7 +336,7 @@ jobs:
336
- name: Push
337
run: |
338
git remote add super-rentals [email protected]:ember-learn/super-rentals.git
339
- git push -f super-rentals main:super-rentals-tutorial-output
+ git push -f super-rentals master:super-rentals-tutorial-output
340
341
deploy-code-flattened:
342
# This job deploys the built app to the main branch of the
0 commit comments