Skip to content

Commit

Permalink
Simplify push
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Apr 10, 2024
1 parent 1bf0961 commit ed9e143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config user.email [email protected]
git add .
git commit -m "updating copyrights from pre merge check in github action"
git push -f origin HEAD:${GITHUB_HEAD_REF_NAME}
git push
check:
needs: copyright
Expand Down

0 comments on commit ed9e143

Please sign in to comment.