Compare commits

..
1 Commits
70 .. 71
Author SHA1 Message Date
U-METAL103\103 38cd5d17e8 vars 2024-01-30 15:25:09 -06:00
+3
View File
@@ -62,6 +62,9 @@ jobs:
- name: Output 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
run: echo 'Artifact URL is ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}'