Skip to content

Commit

Permalink
Merge pull request #46 from pbs/CAT-23697
Browse files Browse the repository at this point in the history
CAT-23697 Updated rtx-action to mise-action in GHA workflows
  • Loading branch information
ehirsch-3pg authored Mar 4, 2024
2 parents 433bda7 + 3aeb548 commit 977f7e8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Generate documentation"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@main

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Format"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@main

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Lint"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@main

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Run document script if necessary"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@main

- name: Setup rtx
- name: Setup mise
uses: jdx/mise-action@v2

- name: "Validate Module"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Use this URL for the source of the module. See the usage examples below for more details.

```hcl
github.com/pbs/terraform-aws-app-mesh-module?ref=0.0.29
github.com/pbs/terraform-aws-app-mesh-module?ref=x.y.z
```

### Alternative Installation Methods
Expand All @@ -22,7 +22,7 @@ Integrate this module like so:

```hcl
module "app_mesh" {
source = "github.com/pbs/terraform-aws-app-mesh-module?ref=0.0.29"
source = "github.com/pbs/terraform-aws-app-mesh-module?ref=x.y.z"
# Tagging Parameters
organization = var.organization
Expand All @@ -38,7 +38,7 @@ module "app_mesh" {

If this repo is added as a subtree, then the version of the module should be close to the version shown here:

`0.0.29`
`x.y.z`

Note, however that subtrees can be altered as desired within repositories.

Expand Down

0 comments on commit 977f7e8

Please sign in to comment.