Skip to content

Commit

Permalink
Wrapping the value before publishing it
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 29, 2024
1 parent f85a2d0 commit 490da5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/template-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
if: failure() && steps.run.outcome == 'failure'
run: |
echo " This is output of preivous job: ${{ steps.run.outcome }}"
echo "testPassed=False" >> $env:GITHUB_OUTPUT
$testPassed='False'
echo "testPassed=$testPassed" >> $env:GITHUB_OUTPUT
- name: Run on failure
id: failure2
Expand Down

0 comments on commit 490da5d

Please sign in to comment.