Skip to content

Commit

Permalink
removing echo
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 29, 2024
1 parent c94c025 commit 602d92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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 }}
$create_issue=${{ env.create_issue }}
echo "create_issue=$create_issue" >> $env:GITHUB_OUTPUT
create-an-issue:
Expand Down

0 comments on commit 602d92a

Please sign in to comment.