From e73c1b4ed0a6d74f761a7384f03537076fd0086d Mon Sep 17 00:00:00 2001 From: Chl Date: Sat, 31 Aug 2024 02:06:32 +0200 Subject: [PATCH] Github's version --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 8b815d1..f90d07d 100644 --- a/action.yml +++ b/action.yml @@ -38,9 +38,9 @@ runs: # https://github.com/actions/runner/issues/3046 # Forgejo tries to download this remote action even if it's not needed : # uncomment if you want to run this action in Github. - #- name: Expose GitHub Runtime - # if: env.ACTIONS_RUNTIME_TOKEN == '' - # uses: "https://github.com/crazy-max/ghaction-github-runtime@v3" + - name: Expose GitHub Runtime + if: env.ACTIONS_RUNTIME_TOKEN == '' + uses: crazy-max/ghaction-github-runtime@v3 - name: Upload artifact (using v4) shell: sh