Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern committed Feb 19, 2024
1 parent bc75490 commit c3418fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/robot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: robot logs-${matrix.camunda_version}-${matrix.auth_enabled}
name: robot logs-${{matrix.camunda_version}}-${{matrix.auth_enabled}}
path: |
logs
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: robot logs-${matrix.camunda_version}-${matrix.auth_enabled}
name: robot logs-${{matrix.camunda_version}}-${{matrix.auth_enabled}}

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
Expand Down

0 comments on commit c3418fc

Please sign in to comment.