Skip to content

Commit

Permalink
add period
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann committed Sep 10, 2024
1 parent 64f0f80 commit ca5a27d
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 @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Validate branch input
run: |
BRANCH_PATTERN="^[a-zA-Z0-9/_-]+$"
BRANCH_PATTERN="^[a-zA-Z0-9/_-.]+$"
# Input string (branch name) to be validated
BRANCH_NAME=bt/3.16.0-update-goldens
Expand Down

0 comments on commit ca5a27d

Please sign in to comment.