mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01:00
Fix quotes on container names
This commit is contained in:
parent
4ca37c3851
commit
9892255657
4
.github/workflows/distro-smoke-test.yml
vendored
4
.github/workflows/distro-smoke-test.yml
vendored
@ -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
|
||||
# limit-access-to-actor: true
|
||||
|
Loading…
Reference in New Issue
Block a user