Skip to content

Commit

Permalink
helper CI composite to clone FedKit
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Jul 30, 2023
1 parent eb0983c commit ede386a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Clone FedKit'
inputs:
clone-destination:
description: 'Where to clone FedKit to'
required: true
default: '../FedKit/'
outputs:
runs:
using: "composite"
steps:
- run: git clone https://github.com/FedCampus/FedKit.git ${{ inputs.clone-destination }}

0 comments on commit ede386a

Please sign in to comment.