We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0b29d2 + f32dcfe commit f415209Copy full SHA for f415209
action.yml
@@ -8,7 +8,7 @@ inputs:
8
runs:
9
using: "composite"
10
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}
+ - run: sudo bash ${{ github.action_path }}/install.sh -b /usr/local/bin -d ${TFCMT_VERSION}
12
shell: bash
13
env:
14
GITHUB_COMMENT_VERSION: ${{ inputs.version }}
0 commit comments