Skip to content

Commit 252d646

Browse files
test
1 parent 3eb928c commit 252d646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version: '21'
3131
- name: Generate Build Number
3232
run: |
33-
if [ -z "${{ github.event.inputs.build_number }}]; then
33+
if [ -z ${{ github.event.inputs.build_number }} ]; then
3434
BUILD_NUMBER=$(date +'%d%m%Y%H%M%S')
3535
echo "No build number provided. Using $BUILD_NUMBER"
3636
else

0 commit comments

Comments
 (0)