vars-save-pls

This commit is contained in:
U-METAL103\103
2024-01-30 17:14:08 -06:00
parent 38cd5d17e8
commit 8871ea4388
+2 -2
View File
@@ -62,8 +62,8 @@ 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 - name: Output MYURL
run: echo 'Artifact URL is ${{ vars.MYURL }}' run: echo 'Artifact URL is ${{ 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 }}'