Skip to content

Commit 8afa5b9

Browse files
test
1 parent 23b0385 commit 8afa5b9

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,3 @@ runs:
188188
with:
189189
name: package-deployment
190190
path: build/package/deployment**
191-
192-
- name: Checkout repository
193-
uses: actions/checkout@v3
194-
with:
195-
repository: splunk/addonfactory-workflow-addon-release
196-
ref: refs/heads/fix/lightweight-workflow-ADDON-66448

.github/workflows/reusable-lightweight.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,9 @@ jobs:
284284
- name: Checkout repository
285285
uses: jenseng/dynamic-uses@v1
286286
env:
287-
repository: splunk/addonfactory-workflow-addon-release
288-
ref: ${{ needs.get-called-ref.outputs.ref }}
287+
repositories: splunk/addonfactory-workflow-addon-release@${{ needs.get-called-ref.outputs.ref }}
289288
with:
290-
uses: actions/checkout@v3
289+
uses: vweevers/multi-checkout-action@v1
291290
with: ${{ toJSON(env) }}
292291
- name: Run build
293292
uses: ./.github/actions/build

0 commit comments

Comments
 (0)