Skip to content

Commit 2e94785

Browse files
committed
Test outputs
1 parent 475c2ee commit 2e94785

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/wfh.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Submit workflows
12+
id: submit-wf
1213
uses: workflowhub-eu/submission-action@main
1314
env:
1415
API_TOKEN: ${{ secrets.WORKFLOWHUB_API_TOKEN }}
1516
with:
1617
team_id: 9
17-
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

Comments
 (0)