This commit is contained in:
U-METAL103\103
2024-01-30 15:02:12 -06:00
parent 7f4adaf758
commit 0a2e4f5dbd
-4
View File
@@ -59,13 +59,9 @@ jobs:
- name: Output Artifact MYURL
run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}'
- name: Output MYURL
run: echo 'Artifact URL is ${{ MYURL }}'
- name: Output env.MYURL
run: echo 'Artifact URL is ${{ env.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 }}'