We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4187ee commit 63f2316Copy full SHA for 63f2316
1 file changed
.github/workflows/pages.yml
@@ -50,7 +50,7 @@ jobs:
50
git config user.email "github-actions@github.com"
51
git add Gemfile.lock
52
git diff --staged --quiet || git commit -m "Update Gemfile.lock"
53
- git push
+ git push origin HEAD:main
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- name: Setup Pages
0 commit comments