Skip to content

Commit

Permalink
Default environment using generate_workflow_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Apr 11, 2024
1 parent 6150875 commit 2a57e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
echo "public_url=$public_url" >> $GITHUB_OUTPUT
outputs:
PUBLIC_URL: ${{ steps.generate_public_url.outputs.public_url }}
environment: ${{ needs.setup_workflow_env.outputs.environment }}
_1:
needs: [setup_workflow_env, generate_workflow_vars]
uses: acdh-oeaw/gl-autodevops-minimal-port/.github/workflows/build-herokuish-and-push-to-registry.yaml@main
Expand Down

0 comments on commit 2a57e0b

Please sign in to comment.