From 74ec1d81a9cc17fe2e09cc93c1000a40aa304e0a Mon Sep 17 00:00:00 2001 From: Chl Date: Fri, 30 Aug 2024 03:35:03 +0200 Subject: [PATCH] test github... --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4b172af..c33644a 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: # https://github.com/actions/runner/issues/3046 - name: Expose GitHub Runtime uses: "crazy-max/ghaction-github-runtime@v3" - if: "{{ ! env.ACTIONS_RUNTIME_TOKEN }}" + if: {{ ! env.ACTIONS_RUNTIME_TOKEN }} - name: Upload artifact (using v4) shell: sh