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.
1 parent 926969c commit 129994aCopy full SHA for 129994a
action.yml
@@ -8,7 +8,7 @@ inputs:
8
runs:
9
using: "composite"
10
steps:
11
- - run: sudo bash ./install.sh -b /usr/local/bin -d
+ - run: curl -sfL https://raw.githubusercontent.com/shmokmt/actions-setup-tfcmt/main/install.sh | sudo sh -s -- -b /usr/local/bin -d
12
shell: bash
13
env:
14
TFCMT_VERSION: ${{ inputs.version }}
0 commit comments