Skip to content

Commit 7af4d03

Browse files
test
1 parent 02eae4c commit 7af4d03

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/actions/build/action.yml

-5
Original file line numberDiff line numberDiff 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

.github/workflows/reusable-lightweight.yml

+2-6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)