Skip to content

Commit 7b9b0ca

Browse files
authored
Fix add-on description extraction (#33)
1 parent 3eef3f4 commit 7b9b0ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
architectures: ${{ steps.information.outputs.architectures }}
2020
build: ${{ steps.information.outputs.build }}
21-
description: ${{ steps.information.output.description }}
21+
description: ${{ steps.information.outputs.description }}
2222
name: ${{ steps.information.outputs.name }}
2323
slug: ${{ steps.information.outputs.slug }}
2424
target: ${{ steps.information.outputs.target }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
architectures: ${{ steps.information.outputs.architectures }}
2727
build: ${{ steps.information.outputs.build }}
28-
description: ${{ steps.information.output.description }}
28+
description: ${{ steps.information.outputs.description }}
2929
environment: ${{ steps.release.outputs.environment }}
3030
name: ${{ steps.information.outputs.name }}
3131
slug: ${{ steps.information.outputs.slug }}

0 commit comments

Comments
 (0)