Skip to content

Commit

Permalink
Merge pull request #9 from GlideRide-online/patch-01
Browse files Browse the repository at this point in the history
added some more changes to github workflows
  • Loading branch information
Akshat2Jain authored Dec 6, 2023
2 parents eb868f5 + ca36891 commit c09a57f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/thankyou.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
steps:
- name: Thank You Message
run: |
echo "Thank you for making the pull request, @${{ github.actor }}!"
echo "Your contribution is appreciated. 🙌"
PR_NUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")
COMMENT="Thank you for making the pull request, @${{ github.actor }}! Your contribution is appreciated. 🙌"
curl -sSL -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -d '{"body":"'"$COMMENT"'"}' -H "Content-Type: application/json" -X POST "https://api.github.com/repos/${{ github.repository }}/issues/${PR_NUMBER}/comments"

0 comments on commit c09a57f

Please sign in to comment.