mirror of https://github.com/ecmwf/eccodes.git
Change string syntax
This commit is contained in:
parent
8bcbdf8197
commit
83bd0eba05
|
@ -18,7 +18,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name-prefix: eccodes-
|
name-prefix: eccodes-
|
||||||
build-inputs: |
|
build-inputs: |
|
||||||
--env: 'GH_TOKEN=${{ secrets.GH_REPO_READ_TOKEN }}'
|
--env: 'GH_TOKEN='${{ secrets.GH_REPO_READ_TOKEN }}
|
||||||
--package: ${{ inputs.eccodes || 'ecmwf/eccodes@develop' }}
|
--package: ${{ inputs.eccodes || 'ecmwf/eccodes@develop' }}
|
||||||
--modules: |
|
--modules: |
|
||||||
ecbuild
|
ecbuild
|
||||||
|
|
Loading…
Reference in New Issue