Skip to content

released v1.0.0 (build) #5

released v1.0.0 (build)

released v1.0.0 (build) #5

Workflow file for this run

name: Build Pipeline
on: [push, pull_request, workflow_dispatch]
jobs:
Build-LicenseFeature:
uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@vmaster

Check failure on line 7 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@vmaster" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
use-display-output: true
runner-label: ubuntu-latest
java-version: 17
deploy-updatesite: 'releng/tools.mdsd.license.updatesite/target/repository'
release: 1.0.0
secrets:
SERVER_SSH_KEY: ${{ secrets.DEPLOYMENT_SERVER_SSH_KEY }}
REMOTE_HOST: ${{ secrets.DEPLOYMENT_REMOTE_HOST }}
REMOTE_PORT: ${{ secrets.DEPLOYMENT_REMOTE_PORT }}
REMOTE_USER: ${{ secrets.DEPLOYMENT_REMOTE_USER }}
REMOTE_TARGET: ${{ secrets.DEPLOYMENT_REMOTE_TARGET }}