From 1884f9864c9875075686e0d0ac66c03a79be8477 Mon Sep 17 00:00:00 2001 From: Thomas Killen Date: Fri, 12 Sep 2025 14:19:43 +0200 Subject: [PATCH] feat: removed unnecessary step --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3057726..9296c18 100644 --- a/action.yml +++ b/action.yml @@ -63,8 +63,10 @@ runs: key: rna-${{ inputs.repo }} path: ${{ forge.action_path }}/rna - - run: echo "${{ forge.action_path }}" >> $FORGEJO_PATH - shell: bash + # @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