Skip to content

Commit

Permalink
fix(action): installer uri from path
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Dec 11, 2023
1 parent d738a72 commit 342017e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ inputs:
description: 'Github version/branch to install from'
required: true
default: 'v0.1.0-alpha'
# installer-uri:
# description: 'Alternative installer script to use'
# required: true
# # FIXME: find a way to get commit sha of current executing action version
# # default: $GITHUB_SERVER_URL/$GITHUB_ACTION_REPOSITORY/raw/feat/
# default: './install.ts'
installer-uri:
description: 'Alternative installer script to use'
required: true
default: ${{ github.action_path }}/install.ts
sync:
description: 'Disable to skip syncing ports'
required: true
Expand All @@ -27,6 +25,7 @@ runs:
shell: bash
if: ${{ inputs.sync }}
run: |
ghjk config
ghjk ports sync
- id: ghjk-outputs
shell: bash
Expand Down

0 comments on commit 342017e

Please sign in to comment.