From d80ec61c4e632a343646043510d4691f237f0c78 Mon Sep 17 00:00:00 2001 From: Chl Date: Fri, 30 Aug 2024 18:14:27 +0200 Subject: [PATCH] test github... --- .github/workflows/generate-release-zipfile.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/generate-release-zipfile.yml b/.github/workflows/generate-release-zipfile.yml index c7cf0fa..118d573 100644 --- a/.github/workflows/generate-release-zipfile.yml +++ b/.github/workflows/generate-release-zipfile.yml @@ -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