Skip to content

Commit

Permalink
chore: change expression syntax in diff workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Dec 20, 2023
1 parent 00ad128 commit 7c9f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff-cdktf-stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
stackName: "${{matrix.stack}}"
})
- name: Fail this check if the plan was not successful
if: ${{ steps.plan_outcome.outputs.value }} != 'success'
if: steps.plan_outcome.outputs.value != 'success'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
Expand Down

0 comments on commit 7c9f943

Please sign in to comment.