From bb419b584745c9a66e511b694610ea325e1fde62 Mon Sep 17 00:00:00 2001 From: Thomas Killen Date: Fri, 12 Sep 2025 14:38:02 +0200 Subject: [PATCH] feat: use explicit path to forgejo-release.sh --- action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/action.yml b/action.yml index c85411c..eca6d23 100644 --- a/action.yml +++ b/action.yml @@ -63,10 +63,6 @@ runs: key: rna-${{ inputs.repo }} path: ${{ forge.action_path }}/rna - # @STACKIT removed the following lines since they are not used by the action - # - run: echo "${{ forge.action_path }}" >> $FORGEJO_PATH - # shell: bash - - run: | export FORGEJO="${{ inputs.url }}" # A trailing / will mean http://forgejo//api/v1 is used