ci: block-style with: in build.yml checkout steps (flow-style + ${{ }} parser conflict)

This commit is contained in:
Mitchell R 2026-05-19 05:04:20 +02:00
parent 8f457c5ca9
commit 3f20d03520
No known key found for this signature in database

View file

@ -63,7 +63,8 @@ jobs:
git config --global --add safe.directory '*'
- uses: actions/checkout@v4
with: { ref: ${{ inputs.ref }} }
with:
ref: ${{ inputs.ref }}
- name: Install GTK/GStreamer/WebKit build deps
run: |
@ -130,7 +131,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: { ref: ${{ inputs.ref }} }
with:
ref: ${{ inputs.ref }}
- name: Pull kiosk aarch64 binary from this run's artifact
uses: actions/download-artifact@v4