Skip to content

Commit

Permalink
build: Insert variable properly into JSON in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Jul 16, 2024
1 parent e099ae2 commit 50c9c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-weekly-gh-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
{
"msg": "Time to check for new Discourse members. ${{ NEW_ISSUE_URL }}"
"msg": "Time to check for new Discourse members. ${{ env.NEW_ISSUE_URL }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 50c9c85

Please sign in to comment.