File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 28
28
env :
29
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
30
31
- - name : Setup rtx
32
- uses : jdx/rtx -action@v1
31
+ - name : Setup mise
32
+ uses : jdx/mise -action@v2
33
33
34
34
- name : " Generate documentation"
35
35
run : ./scripts/document.sh
Original file line number Diff line number Diff line change 21
21
- name : " Checkout"
22
22
uses : actions/checkout@main
23
23
24
- - name : Setup rtx
25
- uses : jdx/rtx -action@v1
24
+ - name : Setup mise
25
+ uses : jdx/mise -action@v2
26
26
27
27
- name : " Format"
28
28
run : ./scripts/format.sh
Original file line number Diff line number Diff line change 18
18
- name : " Checkout"
19
19
uses : actions/checkout@main
20
20
21
- - name : Setup rtx
22
- uses : jdx/rtx -action@v1
21
+ - name : Setup mise
22
+ uses : jdx/mise -action@v2
23
23
24
24
- name : " Lint"
25
25
run : ./scripts/lint.sh
Original file line number Diff line number Diff line change 10
10
- name : Checkout code
11
11
uses : actions/checkout@main
12
12
13
- - name : Setup rtx
14
- uses : jdx/rtx -action@v1
13
+ - name : Setup mise
14
+ uses : jdx/mise -action@v2
15
15
16
16
- name : " Run document script if necessary"
17
17
run : |
Original file line number Diff line number Diff line change 21
21
- name : " Checkout"
22
22
uses : actions/checkout@main
23
23
24
- - name : Setup rtx
25
- uses : jdx/rtx -action@v1
24
+ - name : Setup mise
25
+ uses : jdx/mise -action@v2
26
26
27
27
- name : " Validate Module"
28
28
run : ./scripts/validate.sh
Original file line number Diff line number Diff line change 5
5
### Using the Repo Source
6
6
7
7
``` hcl
8
- github.com/pbs/terraform-aws-ecr-module?ref=0.3.25
8
+ github.com/pbs/terraform-aws-ecr-module?ref=x.y.z
9
9
```
10
10
11
11
### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
22
22
23
23
``` hcl
24
24
module "ecr" {
25
- source = "github.com/pbs/terraform-aws-ecr-module?ref=0.3.25 "
25
+ source = "github.com/pbs/terraform-aws-ecr-module?ref=x.y.z "
26
26
27
27
# Tagging Parameters
28
28
organization = var.organization
@@ -38,7 +38,7 @@ module "ecr" {
38
38
39
39
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
40
40
41
- ` 0.3.25 `
41
+ ` x.y.z `
42
42
43
43
Note, however that subtrees can be altered as desired within repositories.
44
44
You can’t perform that action at this time.
0 commit comments