Skip to content

rebuild ci/dev pipeline as in our official github-workflows #2

rebuild ci/dev pipeline as in our official github-workflows

rebuild ci/dev pipeline as in our official github-workflows #2

Workflow file for this run

name: Dev-Build
on:
push:
schedule:
- cron: '21 21 * * *'
workflow_dispatch:
workflow_call:
inputs:
ivyVersion:
type: string
default: dev
description: the ivy version to use (e.g. dev/nightly/nightly-10/...)
jobs:
build:
uses: axonivy-market/sftp-connector/.github/workflows/ci.yml

Check failure on line 17 in .github/workflows/dev.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
mvnArgs: '"-Divy.engine.download.url=https://dev.axonivy.com/permalink/${{ inputs.ivyVersion }}/axonivy-engine.zip" "-Divy.engine.version=(10.0.0,]"'