Skip to content

Commit

Permalink
clean the code
Browse files Browse the repository at this point in the history
  • Loading branch information
binni979 committed Jul 9, 2024
1 parent a564565 commit 3f17fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/banner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Create pull request to main
if: env.changes_detected == 'true'
run: |
echo -e "Scheduled banner update for issue number ${{ github.event.issue.number }}. \nAutomatically created by Github action" > msg
echo -e "Scheduled banner update ${{ github.event.issue.number }}. 🔔 @slesaad\nAutomatically created by Github action" > msg
gh pr create -H staging -B main --title 'Update banner for #${{ github.event.issue.number }}' --body-file msg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f17fa8

Please sign in to comment.