File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments