fix: ajustes readme, sintaxe variaveis #4
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: Action Test Ubuntu | |
on: | |
push: | |
paths: | |
- '.github/workflows/action-test-ubuntu.yaml' | |
- 'action.yaml' | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Run Runtime IaC Action | |
uses: stack-spot/runtime-github-action-iac@main | |
with: | |
FEATURES_LEVEL_LOG: debug | |
INPUT_PATH: iac.yaml |