File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ jobs:
6060 echo "No changes found in the previous day."
6161 fi
6262
63- - name : Trigger downstream workflow (optional)
64- uses : actions/github-script@v6
65- if : ${{ steps.log_result.outputs.trigger_next_workflow }}
66- with :
67- script : |
68- github.actions.createWorkflowDispatch({
69- owner: 'CGNS',
70- repo: 'cgns.github.io ',
71- workflow_id: 'publish.yml',
72- ref: ${{ github.ref }}
73- })
63+ # - name: Trigger downstream workflow (optional)
64+ # uses: actions/github-script@v6
65+ # if: ${{ steps.log_result.outputs.trigger_next_workflow }}
66+ # with:
67+ # script: |
68+ # github.actions.createWorkflowDispatch({
69+ # owner: 'CGNS',
70+ # repo: 'cgns.github.io ',
71+ # workflow_id: 'publish.yml',
72+ # ref: ${{ github.ref }}
73+ # })
You can’t perform that action at this time.
0 commit comments