This commit is contained in:
parent
6af83b5d77
commit
bdb9df40df
1 changed files with 4 additions and 0 deletions
|
@ -29,8 +29,12 @@ jobs:
|
|||
"${{ github.env.RELEVANT_SHA }}"
|
||||
printf "mytest: %s\n" "$MYTEST"
|
||||
printf "mytest2: %s\n" "${{ github.env.MYTEST }}"
|
||||
printf "shapr: %s\n" "$SHAPR"
|
||||
printf "shagh: %s\n" "$SHAGH"
|
||||
env:
|
||||
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
SHAPR: ${{ github.event.pull_request.head.sha }}
|
||||
SHAGH: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
MYTEST: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
|
||||
|
||||
# - name: Testing the artifact uploading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue