Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 27, 2025
1 parent fb9f9b7 commit 8497394
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
FORK_STATUS="❌ Failed to create PR in Farajaland repository: $RESULT"
BODY="""
Pull request https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}
authored by ${{ github.actor }} from branch **${{ github.head_ref }}** was merged into **${BASE_BRANCH}**.
authored by ${{ github.actor }} from branch '${{ github.head_ref }}' was merged into ${BASE_BRANCH}'.
$FORK_STATUS
"""
Expand All @@ -90,5 +90,4 @@ jobs:
--data "{
'channel': 'C02LU432JGK',
'text': '$BODY',
'mrkdwn': true
}"

0 comments on commit 8497394

Please sign in to comment.