Skip to content

Commit

Permalink
Fix PR workflow deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Jan 8, 2024
1 parent 3f5531b commit 132f279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-api-variables/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ outputs:
value: ${{ steps.generate.outputs.API_URL }}
BASE_URL_DOMAIN:
description: "Dashboard domain"
value: ${{ steps.api.outputs.BASE_URL_DOMAIN }}
value: ${{ steps.generate.outputs.BASE_URL_DOMAIN }}
POOL_NAME:
description: "The name of the instance"
value: ${{ steps.generate.outputs.POOL_NAME }}
Expand Down

0 comments on commit 132f279

Please sign in to comment.