This commit is contained in:
U-METAL103\103
2024-01-30 15:25:09 -06:00
parent 0a2e4f5dbd
commit 38cd5d17e8
+3
View File
@@ -62,6 +62,9 @@ jobs:
- name: Output env.MYURL - name: Output env.MYURL
run: echo 'Artifact URL is ${{ env.MYURL }}' run: echo 'Artifact URL is ${{ env.MYURL }}'
- name: Output vars.MYURL
run: echo 'Artifact URL is ${{ vars.MYURL }}'
- name: Output artifact URL test1 - name: Output artifact URL test1
run: echo 'Artifact URL is ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}' run: echo 'Artifact URL is ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}'