Skip to content

Commit

Permalink
update matrix-object workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Aug 31, 2023
1 parent cd3ed35 commit 3049a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/66-matrix-object.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ jobs:
echo "type=$TYPE" >> $GITHUB_OUTPUT
rm task.json
- if: steps.task.outputs.type = "IAC"
- if: steps.task.outputs.type == "IAC"
uses: stack-spot/runtime-github-action-iac@v1
with:
FEATURES_LEVEL_LOG: debug
INPUT_PATH: ${{ steps.task.outputs.taskId }}

- if: steps.task.outputs.type = "DEPLOY"
- if: steps.task.outputs.type == "DEPLOY"
uses: stack-spot/runtime-github-action-deploy@v1
with:
FEATURES_LEVEL_LOG: debug
INPUT_PATH: ${{ steps.task.outputs.taskId }}

- if: steps.task.outputs.type = "DESTROY"
- if: steps.task.outputs.type == "DESTROY"
uses: stack-spot/runtime-github-action-destroy@v1
with:
FEATURES_LEVEL_LOG: debug
Expand Down

0 comments on commit 3049a18

Please sign in to comment.