Skip to content

Commit

Permalink
sets github action path
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri committed Mar 3, 2025
1 parent f5854fc commit 9f19b81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9f19b81

Please sign in to comment.