0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

ci: fix typo (#3557)

This commit is contained in:
Gao Sun 2023-03-21 11:28:39 +08:00 committed by GitHub
parent 999f8d8b01
commit 2794f6d07e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ jobs:
dockerize-cloud:
# Use normal machine for OSS release since we'll build on Depot
runs-on: (inputs.target || 'dev') == 'dev' && 'ubuntu-latest' || 'ubuntu-latest-4-cores' }}
runs-on: ${{ (inputs.target || 'dev') == 'dev' && 'ubuntu-latest' || 'ubuntu-latest-4-cores' }}
steps:
- uses: actions/checkout@v3