File tree Expand file tree Collapse file tree 7 files changed +18
-6
lines changed
Expand file tree Collapse file tree 7 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88jobs :
99 assignee :
10- uses : clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@master
10+ uses : clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.0.9
1111 secrets :
1212 GITHUB : ${{ secrets.GITHUB }}
1313 with :
Original file line number Diff line number Diff line change 1+ ---
2+ name : Auto merge
3+ on :
4+ pull_request :
5+ jobs :
6+ auto-merge :
7+ uses :
clouddrove/github-shared-workflows/.github/workflows/[email protected] 8+ secrets :
9+ GITHUB : ${{ secrets.GITHUB }}
10+ with :
11+ tfcheck : ' example / Evaluate Terraform versions (1.5.0, ./_example/public)'
12+ ...
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88jobs :
99 changelog :
10- uses : clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
10+ uses : clouddrove/github-shared-workflows/.github/workflows/changelog.yml@1.0.9
1111 secrets : inherit
1212 with :
1313 branch : ' master'
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77jobs :
88 example :
9- uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
9+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.9
1010 with :
1111 working_directory : ' ./_example/public'
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77jobs :
88 tflint :
9- uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
9+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.0.9
1010 secrets :
1111 GITHUB : ${{ secrets.GITHUB }}
Original file line number Diff line number Diff line change 55 workflow_dispatch :
66jobs :
77 tfsec :
8- uses : clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
8+ uses : clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.0.9
99 secrets : inherit
1010 with :
1111 working_directory : ' .'
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ data "aws_s3_bucket" "landing" {
4747}
4848
4949resource "aws_cloudwatch_log_group" "sftp_log_group" {
50- name = " /aws/transfer/${ module . labels . id } "
50+ name = " /aws/transfer/${ module . labels . id } "
5151 retention_in_days = 90
5252}
5353
You can’t perform that action at this time.
0 commit comments