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:
Sumesh Pradhan 2023-08-11 10:39:28 +05:30 committed by GitHub
parent cbd3dbe912
commit d15bb78d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: