test github...

This commit is contained in:
Chl 2024-08-30 18:14:27 +02:00
parent 83490921b2
commit d80ec61c4e

View file

@ -21,6 +21,7 @@ jobs:
- name: "Github requires checkout for 'uses: ./' (or we could hard write the repository's URL ?)"
run: |
mkdir myaction && cd myaction
git init
test -z "$GITHUB_TOKEN" && GITHUB_TOKEN="${{ github.token }}"
MY_AUTHENTICATED_URL="$( echo "$GITHUB_SERVER_URL" | sed "s#^\(https\?://\)#\1$GITHUB_TOKEN\@#" )"
@ -38,6 +39,9 @@ jobs:
toto
tutu*
- name: "Cleanup Github"
run: rm -rvf myaction
- name: Is there any output for the previous step ?
run: |
set -x