This commit is contained in:
parent
d77b532992
commit
6af83b5d77
1 changed files with 10 additions and 10 deletions
|
@ -33,16 +33,16 @@ jobs:
|
||||||
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
|
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
MYTEST: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
|
MYTEST: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
|
||||||
|
|
||||||
- name: Testing the artifact uploading
|
# - name: Testing the artifact uploading
|
||||||
id: "uploading"
|
# id: "uploading"
|
||||||
uses: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
|
# uses: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
|
||||||
with:
|
# with:
|
||||||
path: |
|
# path: |
|
||||||
toto
|
# toto
|
||||||
tutu*
|
# tutu*
|
||||||
env:
|
# env:
|
||||||
# from https://github.com/orgs/community/discussions/26325#discussioncomment-5397362
|
# # from https://github.com/orgs/community/discussions/26325#discussioncomment-5397362
|
||||||
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
|
# 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