Skip to content

Commit

Permalink
push to upstream instead
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Aug 22, 2024
1 parent acd4544 commit 3fa282e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "Committing the changes"
echo ${GITHUB_HEAD_REF}
git commit -m "Update UML Diagrams"
git push origin HEAD:${GITHUB_HEAD_REF:-main}
git push upstream HEAD:${GITHUB_HEAD_REF:-main}
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3fa282e

Please sign in to comment.