Skip to content

Commit f415209

Browse files
authored
Merge pull request #3 from shmokmt/feature/use-action_path
Use `github.action_path` instead of curl
2 parents c0b29d2 + f32dcfe commit f415209

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-github-comment/main/install.sh | sudo sh -s -- -b /usr/local/bin -d ${GITHUB_COMMENT_VERSION}
11+
- run: sudo bash ${{ github.action_path }}/install.sh -b /usr/local/bin -d ${TFCMT_VERSION}
1212
shell: bash
1313
env:
1414
GITHUB_COMMENT_VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)