Fix args/

This commit is contained in:
James Cole
2025-11-01 18:00:48 +01:00
parent b5be712754
commit 8f4511b466

View File

@@ -21,7 +21,7 @@ jobs:
- name: Validate input - name: Validate input
run: | run: |
# validate argument # validate argument
if [[ $version != d* ]] && [[ $version != v* ]] && [[ $version != b* ]] ; if [[ $version != develo* ]] && [[ $version != v* ]] && [[ $version != branch* ]] ;
then then
echo "Argument '$version' does not start with a d or with a v or a b" echo "Argument '$version' does not start with a d or with a v or a b"
exit 1 exit 1