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 1
1
name : CI
2
- on :
2
+ on :
3
3
push :
4
4
branches :
5
5
- master
11
11
name : Verify module
12
12
strategy :
13
13
matrix :
14
- terraform : [1.0.8]
14
+ terraform : [1.0.8]
15
15
runs-on : ubuntu-latest
16
16
container :
17
17
image : hashicorp/terraform:${{ matrix.terraform }}
@@ -26,14 +26,14 @@ jobs:
26
26
fail-fast : false
27
27
matrix :
28
28
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"]
30
30
defaults :
31
31
run :
32
32
working-directory : examples/${{ matrix.example }}
33
33
runs-on : ubuntu-latest
34
34
container :
35
35
image : hashicorp/terraform:${{ matrix.terraform }}
36
- steps :
36
+ steps :
37
37
- uses : actions/checkout@v2
38
38
- run : terraform init -get -backend=false -input=false
39
39
- if : contains(matrix.terraform, '1.0.')
66
66
GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
67
67
run : |
68
68
cp .release/* .
69
- yarn
69
+ yarn
70
70
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