Skip to content

Fix update-project-version.sh #23

Fix update-project-version.sh

Fix update-project-version.sh #23

Workflow file for this run

name: 'CI - 2022.0.x'
on:
workflow_dispatch:
inputs:
verbose:
default: 'false'
description: 'Verbose output'
required: false
push:
paths-ignore:
- '.github/**'
branches:
- '2022.0.x'
jobs:
build:
uses: ./.github/workflows/common.yml

Check failure on line 18 in .github/workflows/ci-2022-0-x.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-2022-0-x.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-2022-0-x.yml" -> "./.github/workflows/common.yml" (source branch with sha:aad7b6f31c7bf78c958ff27c6fd60afc6cb02d7a) : every step must define a `uses` or `run` key
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
TMC_API_TOKEN: ${{ secrets.TMC_API_TOKEN }}
GCP_CRED_JSON: ${{ secrets.GCP_CRED_JSON }}
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
with:
branch: '2022.0.x'
verbose: ${{ inputs.verbose == 'true' }}
mavenThreads: '0.5C'