This commit is contained in:
parent
0ae4ffeae1
commit
d77b532992
1 changed files with 3 additions and 0 deletions
|
@ -27,8 +27,11 @@ jobs:
|
|||
"${{ github.server_url }}" \
|
||||
"${{ github.repository }}" \
|
||||
"${{ github.env.RELEVANT_SHA }}"
|
||||
printf "mytest: %s\n" "$MYTEST"
|
||||
printf "mytest2: %s\n" "${{ github.env.MYTEST }}"
|
||||
env:
|
||||
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
MYTEST: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
|
||||
|
||||
- name: Testing the artifact uploading
|
||||
id: "uploading"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue