fix: the build step output is built, not value (#947)
44f2cf9cf1/.forgejo/workflows/end-to-end.yml (L65)
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/947
Reviewed-by: Gusted <gusted@noreply.code.forgejo.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
44f2cf9cf1
commit
1e33063227
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
container:
|
||||
image: 'code.forgejo.org/oci/node:20-bookworm'
|
||||
outputs:
|
||||
built: "${{ steps.build.outputs.value }}"
|
||||
built: "${{ steps.build.outputs.built }}"
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v4
|
||||
- uses: https://data.forgejo.org/actions/setup-go@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue