Skip to content

Commit

Permalink
Wrapping with the variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 29, 2024
1 parent 3b2dae5 commit 8be26b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/daily-image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
echo "Create Issue: ${{ env.create_issue }}"
echo "Test Pass condition: ${{ needs.check-broken-images.outputs.testPassed == 'false'}}"
echo "Condition: ${{ env.create_issue && needs.check-broken-images.outputs.testPassed == 'false'}}"
echo "create_issue=${{ env.create_issue }}" >> $GITHUB_OUTPUT
echo $create_issue=${{ env.create_issue }}
echo "create_issue=$create_issue" >> $GITHUB_OUTPUT
create-an-issue:
name: GitHub Issue
Expand Down

0 comments on commit 8be26b9

Please sign in to comment.