Skip to content

Commit

Permalink
change the workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
binni979 committed Jul 3, 2024
1 parent 6bd2dfc commit 84e6657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/banner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
git config --local user.name "GitHub Action"
git checkout -b staging
git add banner.json
git commit -m "Updating banner for #${{ github.event.issue.number }}"
git push --set-upstream origin staging
git commit -m "Updating banner for #${{ env.IssueNumber }}"
git push

0 comments on commit 84e6657

Please sign in to comment.