xsavikx/Gist Uploader
Performs uploads of files from a repository to GitHub Gist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal access token for updating gist. | yes | — |
| gist_id | ID of the gist to be updated. | yes | — |
| gist_description | Description of the gist. | no | — |
| gist_file_name | File name in the gist. | no | — |
| file_path | Path of the file to be deployed. | yes | — |
| is_public | Whether the gist should be public or private. | no | false |
Outputs
| name | description |
|---|---|
| url | The URL to the updated gist |