Skip to content

Commit 5f985cd

Browse files
committed
Print the link to the run in summary.
1 parent 67b00c7 commit 5f985cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
- name: Set $deploy_run_id
8989
run: echo "deploy_run_id=$(cat run_id.txt)" >> "$GITHUB_ENV"
9090

91+
- name: Print the link to the run in summary
92+
run: echo "[Link to the run](https://github.com/originlab/${{ matrix.site }}/actions/runs/$deploy_run_id)" >> "$GITHUB_STEP_SUMMARY"
93+
9194
- name: Delete run_id-${{ matrix.site }}
9295
run: |
9396
gh api /repos/originlab/originlab.github.io/actions/runs/$GITHUB_RUN_ID/artifacts \

0 commit comments

Comments
 (0)