little try 2
This commit is contained in:
parent
e966ffcd80
commit
8c25cc878d
1 changed files with 10 additions and 1 deletions
|
@ -21,13 +21,22 @@ jobs:
|
||||||
echo ratata >> 'tutu tutu*.txt'
|
echo ratata >> 'tutu tutu*.txt'
|
||||||
ls -R
|
ls -R
|
||||||
|
|
||||||
|
- name: little test
|
||||||
|
run: printf "url: %s\nThe end." "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
|
||||||
|
env:
|
||||||
|
# from https://github.com/orgs/community/discussions/26325#discussioncomment-5397362
|
||||||
|
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
|
|
||||||
- name: Testing the artifact uploading
|
- name: Testing the artifact uploading
|
||||||
id: "uploading"
|
id: "uploading"
|
||||||
uses: "${{ github.server_url }}/${{ github.repository }}@${{ github.sha }}"
|
uses: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
toto
|
toto
|
||||||
tutu*
|
tutu*
|
||||||
|
env:
|
||||||
|
# from https://github.com/orgs/community/discussions/26325#discussioncomment-5397362
|
||||||
|
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
|
|
||||||
- name: Is there any output for the previous step ?
|
- name: Is there any output for the previous step ?
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue