Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Sep 11, 2024
1 parent f7fecb2 commit 7379c08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gha-summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Render template
uses: docker://ghcr.io/void404/gha-summarizer/gha-summarizer@main
uses: ./
with:
args: example/template.md out.md
template: example/template.md
out-file: out.md

- name: Check if the rendered file is different
run: |
Expand Down

0 comments on commit 7379c08

Please sign in to comment.