Skip to content

Commit 708decd

Browse files
authored
Merge pull request #15 from suzuki-shunsuke/feat/use-action_path
Use `github.action_path` instead of donwloading the script from main branch
2 parents 1627fee + 2a4b013 commit 708decd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11-
- run: curl -sfL https://raw.githubusercontent.com/shmokmt/actions-setup-tfcmt/main/install.sh | sudo sh -s -- -b /usr/local/bin -d ${TFCMT_VERSION}
11+
- run: sudo bash ${{ github.action_path }}/install.sh -b /usr/local/bin -d ${TFCMT_VERSION}
1212
shell: bash
1313
env:
1414
TFCMT_VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)