mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:05:06 +03:00
fix outputs
This commit is contained in:
parent
fb68f237ae
commit
1052f6f488
1 changed files with 1 additions and 1 deletions
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -11,7 +11,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
validation:
|
validation:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
ouputs:
|
outputs:
|
||||||
website: ${{steps.website.outputs.src}}
|
website: ${{steps.website.outputs.src}}
|
||||||
lambdas: ${{steps.lambdas.outputs.lambdas}}
|
lambdas: ${{steps.lambdas.outputs.lambdas}}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue