little try 3
This commit is contained in:
parent
8c25cc878d
commit
f4f9a7def9
1 changed files with 1 additions and 2 deletions
|
@ -22,9 +22,8 @@ jobs:
|
|||
ls -R
|
||||
|
||||
- name: little test
|
||||
run: printf "url: %s\nThe end." "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue