File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 runs-on : ubuntu-latest
190190 needs : [deliverables, setup]
191191 steps :
192- # Retrieve the previously uploaded deliverables artifact
192+ # Retrieve the previously uplohaded deliverables artifact
193193 - name : Retrieve previous artifacts
194194 uses : actions/download-artifact@v4
195195 with :
@@ -200,11 +200,3 @@ jobs:
200200 with :
201201 file : ASAM_OSI_${{needs.setup.outputs.output1}}.zip
202202 tag : ${{ github.ref }}
203- - name : Trigger generator
204- if : ${{ env.MUP_KEY != '' }}
205- uses : peter-evans/repository-dispatch@v2
206- with :
207- token : ${{ secrets.MACHINE_USER_PAT }}
208- event-type : antora-build-trigger
209- repository : OpenSimulationInterface/osi-antora-generator
210- client-payload : ' {"src": "${{ github.repository }}", "ref": "master"}'
You can’t perform that action at this time.
0 commit comments