File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,3 @@ runs:
185
185
with :
186
186
name : package-deployment
187
187
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:
297
297
ucc_modinput_functional : ${{ needs.test-inventory.outputs.ucc_modinput_functional}}
298
298
modinput_functional : ${{ needs.test-inventory.outputs.modinput_functional}}
299
299
- 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
304
301
with :
305
- uses : actions/checkout@v3
306
- with : ${{ toJSON(env) }}
302
+ repository : splunk/addonfactory-workflow-addon-release
307
303
308
304
virustotal :
309
305
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments