Skip to content

Commit

Permalink
Fixed env vars #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug committed Oct 30, 2024
1 parent 15edf3b commit 1ac9857
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/slack-github-action@v1.27.0
with:
payload: |
{"job_link":"${{env.GITHUB_SERVER_URL}}/${{env.GITHUB_REPOSITORY}}/actions/runs/${{env.GITHUB_RUN_ID}}"}
{"job_link":"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_PLAYGROUND_CI_WEBHOOK_URL }}

0 comments on commit 1ac9857

Please sign in to comment.