We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe262cb commit 80d841bCopy full SHA for 80d841b
.github/workflows/deploy-to-control-plane-review.yml
@@ -16,7 +16,7 @@ env:
16
CPLN_ORG: ${{secrets.CPLN_ORG_STAGING}}
17
CPLN_TOKEN: ${{secrets.CPLN_TOKEN_STAGING}}
18
PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }}
19
- STATUS_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}?pr=${{ github.event.pull_request.number || github.event.issue.number }}
+ STATUS_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job_id }}?pr=${{ github.event.pull_request.number || github.event.issue.number }}
20
21
jobs:
22
check-concurrent:
0 commit comments