From 44569bdf9f6bd1b7cdc9736a78fd40831dcf353a Mon Sep 17 00:00:00 2001 From: Siddhartha Basu Date: Mon, 15 Jul 2024 16:40:39 -0500 Subject: [PATCH] fix(.github/workflows/test_deploy.yaml): correct parameter name from run_id to run-id in GitHub Actions workflow The parameter name for specifying the run ID in the GitHub Actions workflow file was incorrect. Changing `run_id` to `run-id` aligns with the correct syntax required by GitHub Actions, ensuring that the workflow can correctly reference the run ID from a previous job. This change is necessary for the proper functioning of dependent jobs within the workflow. --- .github/workflows/test_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_deploy.yaml b/.github/workflows/test_deploy.yaml index d923b41..c304bbd 100644 --- a/.github/workflows/test_deploy.yaml +++ b/.github/workflows/test_deploy.yaml @@ -43,7 +43,7 @@ jobs: with: name: kubectl-config path: /tmp/config - run_id: ${{ needs.deploy-setup.outputs.workflow_run_id }} + run-id: ${{ needs.deploy-setup.outputs.workflow_run_id }} - name: list files in download folder run: ls -l /tmp/config/