diff --git a/.github/workflows/windows-e2e.yml b/.github/workflows/windows-e2e.yml index 7438c3236e..cba2e2ecfd 100644 --- a/.github/workflows/windows-e2e.yml +++ b/.github/workflows/windows-e2e.yml @@ -22,7 +22,7 @@ jobs: - qe-type: 'integration' preset: 'microshift' with: - trigger-workflow-id: ${{ github.event.workflow_run.workflow_id }} + trigger-workflow-run-id: ${{ github.event.workflow_run.id }} qe-type: ${{matrix.qe-type}} preset: ${{matrix.preset}} secrets: inherit diff --git a/.github/workflows/windows-qe-tpl.yml b/.github/workflows/windows-qe-tpl.yml index e8f45b68cb..59fac5daf1 100644 --- a/.github/workflows/windows-qe-tpl.yml +++ b/.github/workflows/windows-qe-tpl.yml @@ -5,7 +5,7 @@ name: windows-qe-tpl on: workflow_call: inputs: - trigger-workflow-id: + trigger-workflow-run-id: required: true type: string qe-type: @@ -33,21 +33,21 @@ jobs: id: download-gh-context-artifact uses: dawidd6/action-download-artifact@v3 with: - workflow: ${{inputs.trigger-workflow-id}} + workflow: ${{inputs.trigger-workflow-run-id}} name: gh-context - name: Download windows installer id: download-windows-installer-artifact uses: dawidd6/action-download-artifact@v3 with: - workflow: ${{inputs.trigger-workflow-id}} + workflow: ${{inputs.trigger-workflow-run-id}} name: windows-installer - name: Download qe oci image id: download-qe-oci-image-artifact uses: dawidd6/action-download-artifact@v3 with: - workflow: ${{inputs.trigger-workflow-id}} + workflow: ${{inputs.trigger-workflow-run-id}} name: crc-${{inputs.qe-type}}-windows-amd64 - name: Correlate