File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : CI
2- on :
2+ on :
33 push :
44 branches :
55 - master
1111 name : Verify module
1212 strategy :
1313 matrix :
14- terraform : [1.0.8]
14+ terraform : [1.0.8]
1515 runs-on : ubuntu-latest
1616 container :
1717 image : hashicorp/terraform:${{ matrix.terraform }}
@@ -26,14 +26,14 @@ jobs:
2626 fail-fast : false
2727 matrix :
2828 terraform : [0.13.0, 0.14.0, 0.15.0, 1.0.8]
29- example : ["runner-default", "runner-docker", "runner-pre-registered", "runner- public"]
29+ example : ["runner-default", "runner-docker", "runner-public"]
3030 defaults :
3131 run :
3232 working-directory : examples/${{ matrix.example }}
3333 runs-on : ubuntu-latest
3434 container :
3535 image : hashicorp/terraform:${{ matrix.terraform }}
36- steps :
36+ steps :
3737 - uses : actions/checkout@v2
3838 - run : terraform init -get -backend=false -input=false
3939 - if : contains(matrix.terraform, '1.0.')
6666 GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
6767 run : |
6868 cp .release/* .
69- yarn
69+ yarn
7070 yarn release --repositoryUrl https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git
You can’t perform that action at this time.
0 commit comments