Skip to content

Use main repo reusable workflows #20

Use main repo reusable workflows

Use main repo reusable workflows #20

Workflow file for this run

name: CI - Windows Push
on:
push:
branches:
- 'ci/develop'
workflow_dispatch:
inputs:
runTests:
description: "Run tests?"
required: false
type: boolean
default: false
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@oidc-wip-aws

Check failure on line 19 in .github/workflows/windows-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/windows-push.yml" -> "febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@oidc-wip-aws" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
runTests: ${{ inputs.runTests == 'true' }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-0b18c665dbe9efa75
aws-sg-id: sg-0ca7912782cf1538b
aws-instance-type: c5a.8xlarge
secrets: inherit