Skip to content

Commit

Permalink
Merge pull request #78 from scality/write_artifacts_link_to_job_summary
Browse files Browse the repository at this point in the history
Push artifacts name/link to job summary
  • Loading branch information
Alexandre Lavigne authored Jun 7, 2023
2 parents cbf9206 + f0a35c5 commit 6123fe9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions upload_final_status/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ runs:
user: ${{ inputs.ARTIFACTS_USER }}
password: ${{ inputs.ARTIFACTS_PASSWORD }}
source: ${{ steps.temp-dir.outputs.TEMP }}
- name: Print artifact link to job summary
shell: bash
run: |
cat <<EOF >> ${GITHUB_STEP_SUMMARY}
# Artifacts
---
[${{ steps.artifacts.outputs.name }}](${{ steps.artifacts.outputs.link }})
EOF

0 comments on commit 6123fe9

Please sign in to comment.