Skip to content

Commit

Permalink
Fix the template reference
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Marinov <[email protected]>
  • Loading branch information
IvanBoychevMarinov committed Dec 1, 2023
1 parent 218130a commit e81d6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-coverage-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: push
jobs:
generate-coverage-report:
# uses: eclipse-kanto/kanto/.github/workflows/coverage-template.yaml@main
uses: .github/workflows/coverage-template.yaml@main
uses: ./.github/workflows/coverage-template.yaml@main
with:
coverage-command: |
docker system prune -f
Expand Down

0 comments on commit e81d6be

Please sign in to comment.