We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb928c commit 252d646Copy full SHA for 252d646
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
java-version: '21'
31
- name: Generate Build Number
32
run: |
33
- if [ -z "${{ github.event.inputs.build_number }}]; then
+ if [ -z ${{ github.event.inputs.build_number }} ]; then
34
BUILD_NUMBER=$(date +'%d%m%Y%H%M%S')
35
echo "No build number provided. Using $BUILD_NUMBER"
36
else
0 commit comments