Skip to content

Commit

Permalink
Merge pull request #9 from neelix-io/prerelease
Browse files Browse the repository at this point in the history
Fix conditional evaluation for create-experience step
  • Loading branch information
plumbn committed Sep 16, 2023
2 parents 5ce5673 + e1726f5 commit ff4eb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
code-changed-limit: ${{ inputs.code-changed-limit }}
- name: Create exprience
id: create-experience
if: ${{ steps.check-conditions.outputs.satisfied }}
if: ${{ steps.check-conditions.outputs.satisfied == 'true' }}
uses: neelix-io/create-experience-action@v1.0.0
with:
api-token: ${{ inputs.api-token }}
Expand Down

0 comments on commit ff4eb18

Please sign in to comment.