Skip to content

Commit

Permalink
Adjust variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shealavington committed Feb 4, 2025
1 parent 18abc0f commit 2d9cae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
environment:
env:
BASE_URL: ${{ steps.builddeploy.outputs.static_web_app_url }}
name: Build and Deploy Job
steps:
Expand Down

0 comments on commit 2d9cae8

Please sign in to comment.