We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475c2ee commit 2e94785Copy full SHA for 2e94785
.github/workflows/wfh.yml
@@ -9,9 +9,12 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- name: Submit workflows
12
+ id: submit-wf
13
uses: workflowhub-eu/submission-action@main
14
env:
15
API_TOKEN: ${{ secrets.WORKFLOWHUB_API_TOKEN }}
16
with:
17
team_id: 9
- instance: https://dev.workflowhub.eu
18
+ instance: https://dev.workflowhub.eu
19
+ - name: Debug outputs
20
+ run: echo ${{ steps.submit-wf.outputs.workflow_urls }}
0 commit comments