From 16b1d4d3bed8c9176593d2ab876eec817a361344 Mon Sep 17 00:00:00 2001 From: Chl Date: Fri, 30 Aug 2024 03:35:53 +0200 Subject: [PATCH] test github... --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c33644a..817184c 100644 --- a/action.yml +++ b/action.yml @@ -33,8 +33,8 @@ runs: # ACTIONS_RUNTIME_TOKEN is not yet available (2024-08) for composite actions on Github : # https://github.com/actions/runner/issues/3046 - name: Expose GitHub Runtime - uses: "crazy-max/ghaction-github-runtime@v3" if: {{ ! env.ACTIONS_RUNTIME_TOKEN }} + uses: "crazy-max/ghaction-github-runtime@v3" - name: Upload artifact (using v4) shell: sh