Skip to content

ruddr-io/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions

A collection of GitHub Actions.

Create a file. Useful for .env or other dynamically-generated files.

- name: Creates a file
  uses: ruddr-io/actions/create-file@master
  with:
    path: path/to/my-file.txt
    content: My file content

Run SSH commands on a remote server.

- name: Run SSH command
  uses: ruddr-io/actions/ssh@master
  env:
    PRIVATE_KEY: MYPRIVATEKEY
    HOST: MYHOSTNAME
    USER: MYUSERNAME
  with:
    args: echo 'hello world!'

About

Collection of GitHub Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •