Skip to content

Commit

Permalink
Fix deployer outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 8, 2025
1 parent 7f57448 commit d217eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ on:
outputs:
tag:
description: Container tag
value: ${{ steps.init.outputs.tag }}
value: ${{ jobs.init.outputs.tag }}
url:
description: URL for deployment
value: ${{ steps.init.outputs.url }}
value: ${{ jobs.init.outputs.url }}

permissions: {}

Expand Down

0 comments on commit d217eb1

Please sign in to comment.