Skip to content

Commit

Permalink
fix(action): installer uri from path bug 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Dec 11, 2023
1 parent f0939f1 commit ea518d0
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 @@ -19,7 +19,7 @@ runs:
- id: install-ghjk
shell: bash
run: |
deno run -A ${{ inputs.installer-uri || format('{0}', github.action_path) }}
deno run -A ${{ inputs.installer-uri || format('{0}install.ts', github.action_path) }}
echo "$HOME/.local/bin" >> $GITHUB_PATH
- id: sync-ghjk
shell: bash
Expand Down

0 comments on commit ea518d0

Please sign in to comment.