File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,3 @@ runs:
185185 with :
186186 name : package-deployment
187187 path : build/package/deployment**
188-
189- - name : Checkout repository
190- uses : actions/checkout@v3
191- with :
192- repository : splunk/addonfactory-workflow-addon-release
Original file line number Diff line number Diff line change @@ -297,13 +297,9 @@ jobs:
297297 ucc_modinput_functional : ${{ needs.test-inventory.outputs.ucc_modinput_functional}}
298298 modinput_functional : ${{ needs.test-inventory.outputs.modinput_functional}}
299299 - name : Checkout repository
300- uses : jenseng/dynamic-uses@v1
301- env :
302- repository : splunk/addonfactory-workflow-addon-release
303- ref : ${{ needs.get-called-ref.outputs.ref }}
300+ uses : actions/checkout@v3
304301 with :
305- uses : actions/checkout@v3
306- with : ${{ toJSON(env) }}
302+ repository : splunk/addonfactory-workflow-addon-release
307303
308304 virustotal :
309305 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments