mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-23 17:48:19 +00:00
fix WAKUNODE_IMAGE input error in ci.yml
This commit is contained in:
parent
0afba7846c
commit
c6abcd436d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
node:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
WAKUNODE_IMAGE: ${{ github.event.inputs.nim_wakunode_image || "statusteam/nim-waku:v0.19.0" }}
|
||||
WAKUNODE_IMAGE: ${{ github.event.inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
node_optional:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
WAKUNODE_IMAGE: ${{ github.event.inputs.nim_wakunode_image || "statusteam/nim-waku:v0.19.0" }}
|
||||
WAKUNODE_IMAGE: ${{ github.event.inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user