[PR #153/8c78d5ef backport][stable-3] inventory/terraform_state - Use terraform state pull
command instead of terraform show
to read state file
#169
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: Galaxy import | |
concurrency: | |
group: ${{ github.head_ref }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
branches: | |
- main | |
- stable-* | |
jobs: | |
galaxy-import: | |
uses: ansible-network/github_actions/.github/workflows/galaxy_importer.yml@main |