Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnolte authored May 14, 2024
1 parent 5c57608 commit 0b63d56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b63d56

Please sign in to comment.