diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 70c26f9e..0a3f8e7a 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -161,13 +161,13 @@ jobs: echo "**🔗 View CI run logs for commit \`${SHORT_SHA}\` (run [#${GITHUB_RUN_NUMBER}](${RUN_LINK}))**" echo "" cat ci-reports/markdown/TEST-REPORT.md - } > wiki/$run-{GITHUB_RUN_NUMBER}-test-report-commit-${SHORT_SHA}.md + } > wiki/run-${GITHUB_RUN_NUMBER}-test-report-commit-${SHORT_SHA}.md { echo "**🔗 View CI run logs for commit \`${SHORT_SHA}\` (run [#${GITHUB_RUN_NUMBER}](${RUN_LINK}))**" echo "" cat ci-reports/markdown/coverage-summary.md - } > wiki/$run-{GITHUB_RUN_NUMBER}-coverage-commit-${SHORT_SHA}.md + } > wiki/run-${GITHUB_RUN_NUMBER}-coverage-commit-${SHORT_SHA}.md - name: Commit and push to wiki run: |