Skip to content

Commit

Permalink
👷 Succeed if nothing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Nov 7, 2024
1 parent a4f0efe commit dde5dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/match_target_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
git config --local user.name "🐈 Theodore"
git remote set-url --push origin "https://${GITHUB_TOKEN}@github.com/${GITHUB_REPO}"
git add pyproject.toml
git commit -m ":twisted_rightwards_arrows: Update repository URL to PR target."
git commit -m ":twisted_rightwards_arrows: Update repository URL to PR target." || exit 0
git push origin HEAD:"${HEAD_REF}"

0 comments on commit dde5dbc

Please sign in to comment.