Skip to content

Commit

Permalink
fix: github action outputs keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed May 30, 2024
1 parent f32b886 commit f939feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
# Allows you to reuse workflows by referencing their YAML files
workflow_call:
outputs:
build:
build-status:
description: "Build status"
value: ${{ jobs.frontend-build.outputs.build-status }}
test:
test-status:
description: "Test status"
value: ${{ jobs.frontend-build.outputs.test-status }}
inputs:
Expand Down

0 comments on commit f939feb

Please sign in to comment.