No description
|
|
||
|---|---|---|
| action.yml | ||
| README.md | ||
Setup SSH Action
This action configures SSH in workflows.
Usage
jobs:
job_name:
runs-on: docker
steps:
- name: Setup ssh
uses: https://git.var-lab.com/actions/setup-ssh@main
with:
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
server_ip: 1.2.3.4