Skip to content

Commit

Permalink
⚡️ Add branding for marketplace (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored May 4, 2024
1 parent ac82acf commit 4d838d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ runs:
GITHUB_TOKEN=${{ inputs.GITHUB_TOKEN }}
COMMENT_URL="https://api.github.com/repos/${{ github.repository }}/issues/${PR_NUMBER}/comments"
curl -s -H "Authorization: token ${GITHUB_TOKEN}" -X POST $COMMENT_URL -d "{\"body\":\"$COMMENT\"}"
curl -s -H "Authorization: token ${GITHUB_TOKEN}" -X POST $COMMENT_URL -d "{\"body\":\"$COMMENT\"}"
branding:
icon: 'check-circle'
color: 'green'

0 comments on commit 4d838d1

Please sign in to comment.