mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 12:45:35 +00:00
fixed runs-on expression
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
checks: write
|
||||
runs-on: ubuntu-latest${{ github.event.inputs.runner_cpus == '' && '' || '-'+github.event.inputs.runner_cpus }}cpu
|
||||
runs-on: ${{ format('ubuntu-latest{0}', github.event.inputs.runner_cpus == '' && '' || format('-{0}cpu', github.event.inputs.runner_cpus)) }}
|
||||
steps:
|
||||
- name: Allocate swap space
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user