We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b78d3 commit 5923e41Copy full SHA for 5923e41
.github/workflows/cfn-validate-pr.yaml
@@ -49,7 +49,7 @@ jobs:
49
50
cleanup-on-merge:
51
runs-on: ubuntu-latest
52
- if: ${{ github.event.pull_request.merged == true }}
+ if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' }}
53
steps:
54
- name: Configure AWS credentials
55
uses: aws-actions/configure-aws-credentials@v4
cloudformation/s3-bucket.yaml
@@ -19,7 +19,7 @@ Resources:
19
- Key: Environment
20
Value: !Ref Environment
21
- Key: Project
22
- Value: GitHubActionsTestingPRCICD-4
+ Value: GitHubActionsTestingPRCICD-5
23
24
Outputs:
25
BucketName:
0 commit comments