Skip to content

Commit

Permalink
test: force push
Browse files Browse the repository at this point in the history
  • Loading branch information
samhwang committed Mar 22, 2024
1 parent 096b5ca commit 02462d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ozbargain-referrals-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git checkout -b automated-referrals-update
git add src/commands/referral
git commit -m "chore: update ozbargain referrals list"
git push -u origin automated-referrals-update
git push -f -u origin automated-referrals-update
gh pr create --title "chore: update ozbargain referrals list" --body "this is generated via build-ozbargain-referrals-list.yml" --base master --head automated-referrals-update
else
echo "No changes to report"
Expand Down

0 comments on commit 02462d0

Please sign in to comment.