Skip to content

Commit

Permalink
Adding extra echo
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 29, 2024
1 parent 48fa91d commit 58aac10
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/daily-image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,11 @@ jobs:
run: |
echo "Artifact Id: ${{ needs.check-broken-images.outputs.artifact-id }}"
- name: Create an Issue
if: ${{ needs.check-broken-images.outputs.testPassed == 'false'}}
uses: JasonEtco/create-an-issue@v2

- name: show the value
run: |
echo " value from the above :${{ needs.test-output.outputs.create_issue }}"
echo " condition :${{ needs.test-output.outputs.create_issue == true }}"
echo " wihtout quote condition :${{ needs.test-output.outputs.create_issue == true }}"
echo " condition :${{ needs.test-output.outputs.create_issue == 'true' }}"
# - name: Create an Issue
# uses: JasonEtco/create-an-issue@v2
Expand Down

0 comments on commit 58aac10

Please sign in to comment.