fix(ci): bad interpolation and tag

Co-authored-by: Ivan Dyachkov <dev@dyachkov.org>
This commit is contained in:
Thales Macedo Garitezi 2024-01-09 13:49:20 -03:00 committed by GitHub
parent 602d2ec88a
commit e6557386bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ on:
jobs:
linux:
runs-on: ${{ github.repository_owner == 'emqx' && fromJSON(format('["self-hosted","ephemeral","linux",{0}]', matrix.profile[3])) || 'ubuntu-22.04' }}
runs-on: ${{ github.repository_owner == 'emqx' && fromJSON(format('["self-hosted","ephemeral","linux","{0}"]', matrix.profile[4])) || 'ubuntu-22.04' }}
env:
EMQX_NAME: ${{ matrix.profile[0] }}