File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 5252 event-type : update-tag
5353 repository : OpenSimulationInterface/osi-documentation
5454 client-payload : ' {"tag": "v${{needs.setup.outputs.output1}}"}'
55+ - name : Update OSI CPP
56+ uses : peter-evans/repository-dispatch@v2
57+ with :
58+ token : ${{ secrets.MACHINE_USER_PAT }}
59+ event-type : update-tag
60+ repository : OpenSimulationInterface/osi-cpp
61+ client-payload : ' {"tag": "v${{needs.setup.outputs.output1}}"}'
62+ - name : Update OSI Python
63+ uses : peter-evans/repository-dispatch@v2
64+ with :
65+ token : ${{ secrets.MACHINE_USER_PAT }}
66+ event-type : update-tag
67+ repository : OpenSimulationInterface/osi-python
68+ client-payload : ' {"tag": "v${{needs.setup.outputs.output1}}"}'
69+ - name : Update Documentation
70+ uses : peter-evans/repository-dispatch@v2
71+ with :
72+ token : ${{ secrets.MACHINE_USER_PAT }}
73+ event-type : update-tag
74+ repository : OpenSimulationInterface/qc-osi-trace
75+ client-payload : ' {"tag": "v${{needs.setup.outputs.output1}}"}'
5576 - name : Provide downstream repos some time
5677 uses : whatnick/wait-action@v0.1.2
5778 with :
You can’t perform that action at this time.
0 commit comments