Skip to content

Commit

Permalink
fix: Use fail_text input
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored and urish committed May 25, 2023
1 parent b213c5b commit 92f5a03
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 @@ -33,7 +33,7 @@ runs:
chmod +x /usr/local/bin/wokwi-cli
shell: bash
- run: |
wokwi-cli --timeout "${{ inputs.timeout }}" --expect-text "${{ inputs.expect_text }}" --fail-text "${{ inputs.expect_text }}" "${GITHUB_WORKSPACE}/${{ inputs.path }}"
wokwi-cli --timeout "${{ inputs.timeout }}" --expect-text "${{ inputs.expect_text }}" --fail-text "${{ inputs.fail_text }}" "${GITHUB_WORKSPACE}/${{ inputs.path }}"
env:
WOKWI_CLI_TOKEN: ${{ inputs.token }}
shell: bash
Expand Down

0 comments on commit 92f5a03

Please sign in to comment.