Skip to content

Commit 51af8e3

Browse files
committed
updated action
1 parent 08a862e commit 51af8e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/daily-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
fi
6262
6363
- name: Trigger downstream workflow (optional)
64-
uses: actions/workflow-dispatch@v3
64+
uses: './.github/workflows/publish.yml'
6565
if: ${{ steps.log_result.outputs.trigger_next_workflow }}
6666
with:
6767
ref: ${{ github.ref }}
68-
workflow_id: './repos/cgns_doc/.github/workflows/publish.yml'

0 commit comments

Comments
 (0)