actions icon indicating copy to clipboard operation
actions copied to clipboard

A collection of useful GitHub Actions

Results 4 actions issues
Sort by recently updated
recently updated
newest added

hi, thank you for this action. now i dont need to login to server to pull latest repo here is yaml config ` name: Run SSH Command on: [push] jobs:...

Is it possible to support sshing into multiple hosts?

/usr/bin/docker run --name bb8170d7fc42bc4d49f0b0a9f5bfdb63dcef_8d80bd --label 04bb81 --workdir /github/workspace --rm -e PRIVATE_KEY -e HOST -e USER -e INPUT_ARGS -e HOME -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e...

Since installing `openssh-client` will give access to the SCP program, I copied the `ssh` action and just changed the command in the entrypoint. If you merge it I will follow...