From 8b2ff23fc055607cdbb2e6f2bd99206334e7f934 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 25 Mar 2023 19:07:46 +0100 Subject: [PATCH] setup the path of the action --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index fbe725f..7cf92e5 100644 --- a/action.yml +++ b/action.yml @@ -11,9 +11,9 @@ outputs: runs: using: "composite" steps: + - run: echo "${{ github.action_path }}" >> $GITHUB_PATH + shell: bash - run: | - env - export PATH=$PATH:$GITHUB_ACTION_PATH dependencies.sh forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19 forgejo-runner.sh setup