-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix checkout sha * Update foobar.yaml * Update integration-tests.yml * Update test-changes-exists-drift.yml * Update action.yml * Test get settings * Test get settings * Test get settings * Test get settings * Update action.yml * Update integration-tests.yml * Update integration-tests.yml * Update integration-tests.yml * Test get settings * Test get settings * Update action.yml * Test get settings * Update integration-tests.yml * Update test-changes-exists-drift.yml * Update action.yml * Test get settings * Test get settings
- Loading branch information
Showing
16 changed files
with
47 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Branch | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
- release/** | ||
types: [opened, synchronize, reopened] | ||
push: | ||
branches: | ||
- main | ||
- release/v* | ||
paths-ignore: | ||
- '.github/**' | ||
- 'docs/**' | ||
- 'examples/**' | ||
- 'test/**' | ||
- 'README.md' | ||
|
||
permissions: | ||
contents: write | ||
actions: write | ||
|
||
jobs: | ||
github-action: | ||
uses: cloudposse/.github/.github/workflows/shared-github-action.yml@main | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
--- | ||
name: release | ||
name: Release | ||
on: | ||
release: | ||
types: | ||
- published | ||
types: [published] | ||
|
||
permissions: | ||
id-token: write | ||
contents: write | ||
pull-requests: write | ||
|
||
jobs: | ||
terraform-module: | ||
github-action: | ||
uses: cloudposse/.github/.github/workflows/shared-release-branches.yml@main | ||
secrets: inherit |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,8 @@ runs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ inputs.sha }} | ||
|
||
- name: Set atmos cli config path vars | ||
shell: bash | ||
|
@@ -131,7 +133,7 @@ runs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: suzuki-shunsuke/tfcmt | ||
tag: v4.6.0 | ||
tag: v4.6.0 | ||
|
||
- name: Prepare Artifacts Directory | ||
if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' }} | ||
|
@@ -341,7 +343,7 @@ runs: | |
sed -i "s/%INFRACOST_SUMMARY%/${INFRA_COST_SUMMARY}/" ${{ steps.vars.outputs.step_summary_file }} | ||
sed -i -e '/%INFRACOST_DIFF%/{r /tmp/infracost.txt' -e 'd}' ${{ steps.vars.outputs.step_summary_file }} | ||
- name: Store Component Metadata to Artifacts | ||
if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' && inputs.drift-detection-mode-enabled == 'true' }} | ||
|
@@ -393,4 +395,4 @@ runs: | |
if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' }} | ||
shell: bash | ||
run: | | ||
exit ${{ steps.atmos-plan.outputs.result }} | ||
exit ${{ steps.atmos-plan.outputs.result }} |