working radio button mapping, ignore empty non-required fields #312
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
name: Post Terraform plan to PR comment | |
on: | |
pull_request: | |
branches: | |
- staging | |
- main | |
types: | |
- opened | |
- synchronize | |
- reopened | |
jobs: | |
add-terraform-plan-to-staging-pr: | |
uses: ./.github/workflows/_terraform-plan-pr-comment.yml | |
secrets: inherit | |
with: | |
deploy-env: ${{ github.base_ref }} |