action.yml 471 B

1234567891011121314151617
  1. name: 'webfactory/ssh-agent'
  2. description: 'Run `ssh-agent` and load an SSH key to access other private repositories'
  3. inputs:
  4. ssh-private-key:
  5. description: 'Private SSH key to register in the SSH agent'
  6. required: true
  7. ssh-auth-sock:
  8. description: 'Where to place the SSH Agent auth socket'
  9. runs:
  10. using: 'node12'
  11. main: 'dist/index.js'
  12. post: 'dist/cleanup.js'
  13. post-if: 'always()'
  14. branding:
  15. icon: loader
  16. color: 'yellow'