little try 4
Some checks failed
/ GenerateReleaseZipfile (push) Failing after 1m6s

This commit is contained in:
Chl 2024-08-29 02:34:02 +02:00
parent f4f9a7def9
commit 0ae4ffeae1

View file

@ -22,7 +22,11 @@ jobs:
ls -R
- 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:
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}