Skip to content

Commit

Permalink
feat: update branch name in making PR
Browse files Browse the repository at this point in the history
  • Loading branch information
samhwang authored Mar 22, 2024
1 parent 938da60 commit 1c4971b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ozbargain-referrals-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
if [[ `git status --porcelain` ]]; then
git checkout -b automated-referrals-update
git commit -m "chore: update ozbargain referrals list" src/commands/referral
git push -u origin automated-referrals-update
gh pr create --fill --base master
else
echo "No changes to report"
Expand Down

0 comments on commit 1c4971b

Please sign in to comment.