test github...
This commit is contained in:
parent
83490921b2
commit
d80ec61c4e
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,7 @@ jobs:
|
||||||
|
|
||||||
- name: "Github requires checkout for 'uses: ./' (or we could hard write the repository's URL ?)"
|
- name: "Github requires checkout for 'uses: ./' (or we could hard write the repository's URL ?)"
|
||||||
run: |
|
run: |
|
||||||
|
mkdir myaction && cd myaction
|
||||||
git init
|
git init
|
||||||
test -z "$GITHUB_TOKEN" && GITHUB_TOKEN="${{ github.token }}"
|
test -z "$GITHUB_TOKEN" && GITHUB_TOKEN="${{ github.token }}"
|
||||||
MY_AUTHENTICATED_URL="$( echo "$GITHUB_SERVER_URL" | sed "s#^\(https\?://\)#\1$GITHUB_TOKEN\@#" )"
|
MY_AUTHENTICATED_URL="$( echo "$GITHUB_SERVER_URL" | sed "s#^\(https\?://\)#\1$GITHUB_TOKEN\@#" )"
|
||||||
|
@ -38,6 +39,9 @@ jobs:
|
||||||
toto
|
toto
|
||||||
tutu*
|
tutu*
|
||||||
|
|
||||||
|
- name: "Cleanup Github"
|
||||||
|
run: rm -rvf myaction
|
||||||
|
|
||||||
- name: Is there any output for the previous step ?
|
- name: Is there any output for the previous step ?
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue