From 9f19b813357bc20b7f29914d525710e3e6949c0b Mon Sep 17 00:00:00 2001 From: Prajjwal Date: Mon, 3 Mar 2025 11:21:54 +0530 Subject: [PATCH] sets github action path --- action.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index df30f4b..2f5715b 100644 --- a/action.yml +++ b/action.yml @@ -66,9 +66,15 @@ outputs: runs: using: "composite" steps: + - name: Set GitHub Path + run: echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH + shell: bash + env: + GITHUB_ACTION_PATH: ${{ github.action_path }} + - name: Setup WarpBuild Docker Builders id: setup-warpbuild-docker-builders - run: ./setup.sh + run: setup.sh shell: bash env: INPUT_API_KEY: ${{ inputs.api-key }}