From 149151acd0b18ceab8f81bbf2e5bc335142477e1 Mon Sep 17 00:00:00 2001 From: Chl Date: Sat, 31 Aug 2024 03:26:09 +0200 Subject: [PATCH] Comment to help switch from Github to Gitea/Forgejo --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 5814368..024ead1 100644 --- a/action.yml +++ b/action.yml @@ -44,6 +44,7 @@ runs: # (uncommented for Github's version) - name: Expose GitHub Runtime if: env.ACTIONS_RUNTIME_TOKEN == '' + # uses: "https://github.com/crazy-max/ghaction-github-runtime@v3" uses: crazy-max/ghaction-github-runtime@v3 - name: Upload artifact (using v4)