Skip to content

Commit

Permalink
use inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann committed Sep 10, 2024
1 parent 882bc7d commit be9237b
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=${{ github.event.inputs.branch }}
BRANCH_NAME=${{ inputs.branch }}
echo "Checking branch name: $BRANCH_NAME"
Expand Down

0 comments on commit be9237b

Please sign in to comment.