Skip to content

Commit

Permalink
hard-code branch name for now
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann committed Sep 10, 2024
1 parent be9237b commit d748af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_goldens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
BRANCH_PATTERN="^[a-zA-Z0-9/_-]+$"
# Input string (branch name) to be validated
BRANCH_NAME=${{ inputs.branch }}
BRANCH_NAME=bt/update-goldens
echo "Checking branch name: $BRANCH_NAME"
Expand Down

0 comments on commit d748af8

Please sign in to comment.