Skip to content

Commit

Permalink
fix: workflow didn't git push
Browse files Browse the repository at this point in the history
  • Loading branch information
KP64 committed Dec 15, 2024
1 parent 30ef704 commit f781d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-topology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
if [[ -n "$(git status assets --porcelain)" ]]; then
git add assets
git commit -m "chore: Topology Update"
git push
gh pr create --title "chore: Topology Update" --body "Automated PR to update the Topology in the README file."
gh pr merge --auto --rebase "$PR_URL"
fi

0 comments on commit f781d01

Please sign in to comment.