Skip to content

Commit

Permalink
CI TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
5angjun committed Nov 7, 2023
1 parent e93020d commit f541375
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@ jobs:
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
env:
SSH_AUTH_SOCK: ${{ steps.setup-ssh-agent.outputs.ssh-auth-sock }}

- uses: actions/checkout@v3
# Make sure the @v0.8.0 matches the current version of the action
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PRIVATE_SSH_KEY }}


check-mode:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit f541375

Please sign in to comment.