fix failing case where resource needs to be recreated #131
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
name: Lint GitHub Actions Workflows | |
on: | |
push: | |
paths: | |
- '.github/**' | |
jobs: | |
actionlint: | |
# using `main` as the ref will keep your workflow up-to-date | |
uses: hashicorp/vault-workflows-common/.github/workflows/actionlint.yaml@main |