gamemann/Ghost Post Update Action
Automatically updates a post on a Ghost blog with the contents of the file from the caller's repository. Intended for the Markdown syntax.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 26, 2026
- License
- None
Pinned Snippet
uses: gamemann/ghost-post-update-action@d51df1f230867ea9c7db3ff271a20fd085f6b95f # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| verbose | Verbose level (0 = None. 1 = Basic. 2 = cURL response + basic. 3 = Escaped strings and more verbose cURL output). | no | 1 |
| env_file | Location of environment file. | no | .gpua/.env |
| file | The file with Markdown contents to replace the Ghost post with. | no | README.md |
| ghost_api_url | The Ghost API URL. | yes | — |
| ghost_admin_api_key | The Ghost Admin API key. | yes | — |
| ghost_post_id | The Ghost post ID. | yes | — |
Outputs
no outputs