Skip to content

Commit

Permalink
Merge pull request #28 from terraform-do-modules/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/clouddrove/github-shared-workflows-1.2.7

build(deps): bump clouddrove/github-shared-workflows from 1.2.4 to 1.2.7
  • Loading branch information
d4kverma authored Nov 7, 2024
2 parents f48d63f + 67c0c7a commit 74e1e14
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_assignee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
assignee:
uses: clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.2.4
uses: clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.2.7
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@1.2.4
uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@1.2.7
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@1.2.4
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@1.2.7
secrets: inherit
with:
branch: 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
workflow_dispatch:
jobs:
tf-static-checks:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.4
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.7
with:
working_directory: './_examples/complete/'
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
workflow_dispatch:
jobs:
tf-lint:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.2.4
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.2.7
secrets:
GITHUB: ${{ secrets.GITHUB }}
2 changes: 1 addition & 1 deletion .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
tfsec:
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.2.4
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.2.7
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
Expand Down
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ output "ssh_keys" {

output "public_ip_address" {
description = "The IP Address of the resource"
value = try(digitalocean_reserved_ip.this[0].ip_address, null)
value = try(digitalocean_reserved_ip.this[0].ip_address, null)

}

0 comments on commit 74e1e14

Please sign in to comment.