Skip to content

Commit

Permalink
Fixed a missing curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-k committed Aug 7, 2024
1 parent fa8cfe6 commit f6b2ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
reserve-ci-instance: # Reserve an instance
runs-on: ubuntu-latest
outputs:
mpkit-token: ${{ steps.reserve.outputs.mpkit-token }
mpkit-token: ${{ steps.reserve.outputs.mpkit-token }}
mpkit-url: ${{ steps.reserve.outputs.mpkit-url }}
report-path: ${{ steps.reserve.outputs.report-path }}
steps:
Expand Down

0 comments on commit f6b2ece

Please sign in to comment.