ci: workflow run id context var fix (#26244)
Updated github context variable for the workflow id. --------- Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
This commit is contained in:
parent
cbd3dbe912
commit
d15bb78d13
3
.github/workflows/ad-hoc-deploy-preview.yml
vendored
3
.github/workflows/ad-hoc-deploy-preview.yml
vendored
|
|
@ -29,8 +29,7 @@ jobs:
|
|||
--oauth2-bearer '${{secrets.INTERNAL_OPS_API_TOKEN}}' \
|
||||
--data ' {
|
||||
"status": "IN_PROGRESS",
|
||||
"githubWorkflowId": "${{github.workflow.id}}",
|
||||
"githubWorkflowHtmlUrl": "${{github.workflow.githubWorkflowHtmlUrl}}"
|
||||
"githubWorkflowId": "${{ github.run_id }}"
|
||||
}'
|
||||
|
||||
server-build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user