Skip to content

Commit

Permalink
Remove the @main reference
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Marinov <ivan.marinov@bosch.io>
  • Loading branch information
IvanBoychevMarinov committed Dec 1, 2023
1 parent e81d6be commit 2517b7f
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
with:
coverage-command: |
docker system prune -f
Expand Down

0 comments on commit 2517b7f

Please sign in to comment.