Skip to content

We're not on default branch so can't use manual triggers #12

We're not on default branch so can't use manual triggers

We're not on default branch so can't use manual triggers #12

Workflow file for this run

name: Publish workflows on WorkflowHub
on: push
jobs:
wfh-submit:
name: WorkflowHub Submission
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Submit workflows
id: submit-wf
uses: workflowhub-eu/submission-action@main
env:
API_TOKEN: ${{ secrets.WORKFLOWHUB_API_TOKEN }}
with:
team_id: 9
instance: https://dev.workflowhub.eu
- name: Debug outputs
run: echo ${{ steps.submit-wf.outputs.workflow_urls }}