Fixed Workflow syntax.

This commit is contained in:
Patrick Lehmann
2023-10-02 19:08:43 +02:00
parent d754745237
commit 60967bdde1
6 changed files with 49 additions and 14 deletions

View File

@@ -29,6 +29,10 @@ on:
required: false
default: 'artifacts/**/*.xml'
type: string
secrets:
codacy_token:
description: 'Token to push result to codacy.'
required: true
jobs:
PublishTestResults: