Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lafernando/github-action-bash
GitHub Action to Execute a Bash Script
https://github.com/lafernando/github-action-bash
Last synced: 7 days ago
JSON representation
GitHub Action to Execute a Bash Script
- Host: GitHub
- URL: https://github.com/lafernando/github-action-bash
- Owner: lafernando
- License: apache-2.0
- Created: 2019-03-11T13:13:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T07:24:51.000Z (over 5 years ago)
- Last Synced: 2024-08-01T19:41:41.115Z (3 months ago)
- Language: Dockerfile
- Size: 22.5 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Action for Bash Scripts
## Usage
```
action "Script Execution" {
uses = "lafernando/github-action-bash/@master"
args = "[script content base64 encoded]"
}
```