Fix quotes on container names

This commit is contained in:
David Dworken 2024-02-09 18:25:41 -08:00 committed by GitHub
parent 4ca37c3851
commit 9892255657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
distro: [ubuntu:latest, fedora:latest, debian:latest] distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest']
fail-fast: false fail-fast: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ${{ matrix.distro }} container: ${{ matrix.distro }}
@ -56,4 +56,4 @@ jobs:
# if: ${{ failure() }} # if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3 # uses: mxschmitt/action-tmate@v3
# with: # with:
# limit-access-to-actor: true # limit-access-to-actor: true