Skip to content

Commit

Permalink
Merge pull request #2 from 7rikazhexde/dev24-10-1
Browse files Browse the repository at this point in the history
✅Fix action.yml
  • Loading branch information
7rikazhexde authored Oct 20, 2024
2 parents b697ba0 + 069f53f commit 81ee541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ runs:
id: set_outputs
shell: bash
run: |
python json2vars_setter/json_to_github_output.py ${{ inputs.json-file }}
python ${{ github.action_path }}/json2vars_setter/json_to_github_output.py ${{ inputs.json-file }}
env:
GITHUB_OUTPUT: $GITHUB_OUTPUT

0 comments on commit 81ee541

Please sign in to comment.