chore(deps): update fabasoad/data-format-converter-action digest to 97b0d5d #55
This file contains hidden or 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: Branch | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - release/** | |
| types: [opened, synchronize, reopened] | |
| push: | |
| branches: | |
| - main | |
| - release/v* | |
| paths-ignore: | |
| - '.github/**' | |
| - 'docs/**' | |
| - 'examples/**' | |
| - 'test/**' | |
| - 'README.md' | |
| permissions: | |
| contents: write | |
| actions: write | |
| jobs: | |
| github-action: | |
| uses: cloudposse/.github/.github/workflows/shared-github-action.yml@main | |
| secrets: inherit |