Skip to content

Commit d24fac8

Browse files
authored
chore: Use GitHub Action Workflows from cloudposse/.github Repo (#68)
1 parent c9b70c9 commit d24fac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ permissions: {}
1515

1616
jobs:
1717
terraform-module:
18-
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-branch.yml@release-workflows
18+
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-branch.yml@main
1919
secrets: inherit

.github/workflows/release-published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ permissions: {}
99

1010
jobs:
1111
terraform-module:
12-
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-published.yml@release-workflows
12+
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-published.yml@main
1313
secrets: inherit

0 commit comments

Comments
 (0)