diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9946f6c7..a1b6ca33 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,6 +21,9 @@ jobs: id: set_run_id run: echo "TRIGGER_RUN_ID=${{ github.event.workflow_run.id }}" >> $GITHUB_ENV + - name: Print Workflow A Run ID + run: echo "The run ID of Workflow A is $RUN_ID" + - name: Download OWL file uses: actions/download-artifact@v4 with: