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 23833a9 commit ddc0073Copy full SHA for ddc0073
.github/workflows/platform-ci.yml
@@ -243,11 +243,11 @@ jobs:
243
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
244
run: |
245
if [[ "$COMMIT_MESSAGE" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]];
246
- then
247
- echo "result=false" >> $GITHUB_OUTPUT
248
- else
249
- echo "result=true" >> $GITHUB_OUTPUT
250
- fi
+ then
+ echo "result=false" >> $GITHUB_OUTPUT
+ else
+ echo "result=true" >> $GITHUB_OUTPUT
+ fi
251
252
- name: Publish Docker Image
253
if: ${{ env.BUILD_DOCKER == 'true' }}
@@ -349,4 +349,4 @@ jobs:
349
token: ${{ secrets.REPO_TOKEN }}
350
target: 'https://vcptcore-dev.govirto.com'
351
cmd_options: '-a -d'
352
- # allow_issue_writing: false
+ # allow_issue_writing: false
0 commit comments