EC2 Terraform: Switch from ebs_block_device to root_block_device #30184
Workflow file for this run
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
--- | |
# yamllint disable-line rule:truthy | |
on: [pull_request_target] | |
jobs: | |
checklist_job: | |
runs-on: ubuntu-latest | |
name: Checklist job | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Checklist | |
uses: wyozi/contextual-qa-checklist-action@master | |
with: | |
gh-token: ${{ secrets.GITHUB_TOKEN }} | |
input-file: .github/checklist.yml |