Skip to content

Commit

Permalink
Adds workflow outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpepper committed Sep 21, 2023
1 parent 3901fcd commit d31990c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ on:
required: true
skpr_password:
required: true
outputs:
version: ${{ jobs.deploy.outputs.version }}

Check failure on line 30 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / run-actionlint

"value" is missing at "version" output of workflow_call event

Check failure on line 30 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / run-actionlint

output of workflow_call event is scalar node but mapping node is expected
url: ${{ jobs.deploy.outputs.url }}

Check failure on line 31 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / run-actionlint

"value" is missing at "url" output of workflow_call event

Check failure on line 31 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / run-actionlint

output of workflow_call event is scalar node but mapping node is expected

env:
SKPR_USERNAME: ${{ secrets.SKPR_USERNAME }}
Expand Down

0 comments on commit d31990c

Please sign in to comment.