Skip to content

Commit

Permalink
Fixed env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug committed Oct 30, 2024
1 parent a41c6a1 commit 15edf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playground-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
uses: slackapi/[email protected]
with:
payload: |
{"job_link":"${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"}
{"job_link":"${{env.GITHUB_SERVER_URL}}/${{env.GITHUB_REPOSITORY}}/actions/runs/${{env.GITHUB_RUN_ID}}"}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_PLAYGROUND_CI_WEBHOOK_URL }}

0 comments on commit 15edf3b

Please sign in to comment.