Skip to content

Commit

Permalink
Fix: Forgot to define the branch variable (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Aug 7, 2024
1 parent df48b7e commit 08e1ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- id: environment
name: Set default environment
run: |
BRANCH=${{ steps.branch.outputs.branch }}
ENVIRONMENT=${{ github.event.inputs.environment }}
# If no target environment is defined...
if [[ -z $ENVIRONMENT ]];
Expand Down

0 comments on commit 08e1ac6

Please sign in to comment.