Skip to content

Commit

Permalink
fix destination to push to
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 18, 2024
1 parent 9cf633c commit 8fa0864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if [ "$DIFF" == "true" ]; then
git add .
git commit -m "PHPCBF: Fix coding standards" --no-verify
git push origin HEAD
git push origin ${{ github.head_ref}}
echo "changes_detected=true" >> $GITHUB_ENV
else
echo "changes_detected=false" >> $GITHUB_ENV
Expand Down

0 comments on commit 8fa0864

Please sign in to comment.