Extra spaces?

This commit is contained in:
Nicolas Patry 2024-06-07 23:15:58 +02:00
parent 66e59831f2
commit 98d383062a
No known key found for this signature in database
GPG Key ID: 690EBED7128A9DC8

View File

@ -149,7 +149,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
needs: build-and-push needs: build-and-push
runs-on: ${{ fromJson(needs.build-and-push.outputs.runs_on) }} runs-on: ${{fromJson(needs.build-and-push.outputs.runs_on)}}
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4