vars-save-pls
This commit is contained in:
@@ -62,8 +62,8 @@ 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 MYURL
|
||||
run: echo 'Artifact URL is ${{ 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 }}'
|
||||
|
||||
Reference in New Issue
Block a user