Skip to content

Commit 63f2316

Browse files
Update pages.yml
1 parent a4187ee commit 63f2316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git config user.email "github-actions@github.com"
5151
git add Gemfile.lock
5252
git diff --staged --quiet || git commit -m "Update Gemfile.lock"
53-
git push
53+
git push origin HEAD:main
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
- name: Setup Pages

0 commit comments

Comments
 (0)