1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 18:45:42 -04:00

this syntax?

This commit is contained in:
Ryan Voots 2020-10-29 19:43:00 -07:00
parent 54eb906bf1
commit 000c40a557

View file

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
perl-job: perl-job:
runs-on: [self-hosted, ${{ matrix.architecture }}] runs-on: [self-hosted, "${{ matrix.architecture }}" ]
container: container:
image: perl:${{ matrix.perl-version }} image: perl:${{ matrix.perl-version }}
strategy: strategy: