This commit is contained in:
parent
f4f9a7def9
commit
0ae4ffeae1
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,11 @@ jobs:
|
||||||
ls -R
|
ls -R
|
||||||
|
|
||||||
- name: little test
|
- name: little test
|
||||||
run: printf "url: %s\nThe end." "${{ github.server_url }}"/"${{ github.repository }}"@"${{ github.env.RELEVANT_SHA }}"
|
run: |
|
||||||
|
printf "url:\n%s\n%s\n%s\nThe end." \
|
||||||
|
"${{ github.server_url }}" \
|
||||||
|
"${{ github.repository }}" \
|
||||||
|
"${{ github.env.RELEVANT_SHA }}"
|
||||||
env:
|
env:
|
||||||
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
|
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue