From a5249cec3fe2c79740bd7e50deedeae8c7be39ba Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 9 Feb 2024 18:25:41 -0800 Subject: [PATCH] Fix quotes on container names --- .github/workflows/distro-smoke-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distro-smoke-test.yml b/.github/workflows/distro-smoke-test.yml index 97a8dfc..94f48e3 100644 --- a/.github/workflows/distro-smoke-test.yml +++ b/.github/workflows/distro-smoke-test.yml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - distro: [ubuntu:latest, fedora:latest, debian:latest] + distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest'] fail-fast: false runs-on: ubuntu-latest container: ${{ matrix.distro }} @@ -56,4 +56,4 @@ jobs: # if: ${{ failure() }} # uses: mxschmitt/action-tmate@v3 # with: - # limit-access-to-actor: true \ No newline at end of file + # limit-access-to-actor: true