Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishbijlani authored Mar 3, 2023
1 parent f56c5d8 commit 205960b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
uses: tj-actions/changed-files@v35

- name: Detect changed dependencies
if: false
shell: bash
run: |
input=$(echo "${{ inputs.DEPENDENCY_FILES }}" | sed 's/,/ /g')
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 205960b

Please sign in to comment.