Skip to content

Commit

Permalink
Remove pull request link from GitHub Actions workflow commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaMohamed2002 committed Nov 9, 2024
1 parent 37ea09e commit 032969b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,4 @@ jobs:
📄 Commit message: ${{ github.event.commits[0].message }}
📂 Repository: ${{ github.repository }}
🔗 See commit: https://github.com/${{ github.repository }}/commit/${{github.sha}}
${{#if github.event.pull_request}}
🔗 Pull Request: https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}
${{/if}}
🔗 See commit: https://github.com/${{ github.repository }}/commit/${{github.sha}}

0 comments on commit 032969b

Please sign in to comment.