Skip to content

Trying on push workflow #12

Trying on push workflow

Trying on push workflow #12

Workflow file for this run

name: 'Manually build app stack'
on:
workflow_dispatch:
inputs:
branch:
description: Branch name
required: true
default: 'main'
type: string
type:
description: Stack type
required: true
default: 'main'
type: choice
options:
- java
- dotnet
jobs:
call-workflow-passing-data:
uses: oracle-quickstart/appstack/.github/workflows/build.yml@$${{ github.event.inputs.branch }}

Check failure on line 20 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

invalid value workflow reference: version cannot have whitespace: $${{ github.event.inputs.branch }}
with:
branch: ${{ github.event.inputs.branch }}
type: ${{ github.event.inputs.type }}