Skip to content

Commit

Permalink
refactor(wip): clear-offer
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Sep 27, 2022
1 parent 35166ff commit d4bb224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: validate-second-value
if: always()
run: |
if [ "${{ steps.dsv.outputs.RETURN_VALUE_1 }}" == "${{ secrets.DSV_EXPECTED_VALUE_2 }}" ]; then
if [ "${{ steps.dsv.outputs.RETURN_VALUE_2 }}" == "${{ secrets.DSV_EXPECTED_VALUE_2 }}" ]; then
echo "✅ test value is matched"
exit 0
else
Expand Down

0 comments on commit d4bb224

Please sign in to comment.