From 16e429732a86bf421a54bd94da3cd18d625b0218 Mon Sep 17 00:00:00 2001 From: Lukasz Sielski Date: Mon, 23 Sep 2024 10:02:27 +0200 Subject: [PATCH] cant find pr --- .github/workflows/actions/ado_tag/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/ado_tag/action.yml b/.github/workflows/actions/ado_tag/action.yml index 0ca9778..4a52284 100644 --- a/.github/workflows/actions/ado_tag/action.yml +++ b/.github/workflows/actions/ado_tag/action.yml @@ -20,7 +20,7 @@ runs: if: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.event != 'workflow_dispatch' }} shell: bash run: | - python /home/runner/work/workflows_tests/workflows_tests/scripts/script.py --commit-sha ${{ github.event.workflow_run.head_sha }} --deploy-env ${{ inputs.deploy_env }} + python /home/runner/work/workflows_tests/workflows_tests/scripts/script.py --commit-sha d94b5f7ec7c6d7602c78a5e9b8a5b8c94d093eda --deploy-env ${{ inputs.deploy_env }} # - id: failing_step # continue-on-error: true # shell: bash