Skip to content

Commit

Permalink
Merge pull request #6 from ossillate-inc/ashishbijlani-patch-1
Browse files Browse the repository at this point in the history
Update action.yaml
  • Loading branch information
ashishbijlani authored Apr 12, 2023
2 parents 6762613 + 21bc7a4 commit 398fcbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ runs:
break
fi
done
passed=true
echo "Detect changed dependencies -> CHECK_PASSED: $passed"
echo "CHECK_PASSED=$passed" >> $GITHUB_ENV
Expand Down Expand Up @@ -145,7 +146,7 @@ runs:
if: ${{ github.head_ref && env.CHECK_PASSED == 'true' }}
uses: thollander/actions-comment-pull-request@v2
with:
message: ${{ env.BODY }}
message: <h2><img src="https://packj.dev/static/img/packj-factory-logo.svg" width="24" alt="Packj"> Packj Audit Report</h2> ${{ env.BODY }}

- name: Comment PR
if: ${{ github.head_ref && env.CHECK_PASSED == 'false' }}
Expand Down

0 comments on commit 398fcbb

Please sign in to comment.