nasa-pds/📡 PDS Engineering: Git Ping
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 13, 2025
- License
- Apache 2.0
Pinned Snippet
uses: nasa-pds/git-ping@3c34dfadf5df5113473ba3204af181e485b6e0d8 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The name of the GitHub repository to trigger; this should be a full name with owner, a slash, and repository name, such as `nasa-pds/pds-corral`. | yes | — |
| token | A GitHub personal access token that can be used to commit to the target repository. You can generate such a token by visiting the your account's "Settings" → "Developer settings" → "Personal access tokens" and clicking "Generate new token"; save this token in the target repository's "Secrets". section. | yes | — |
| branch | The name of the branch to which to send the empty or "ping" commit. By default it will be the `master` branch. | no | master |
| message | The commit message. This should contain a description of why the "ping" or empty-commit trigger is being made. If not given, it defaults to the word `Ping` plus an appropriate emoji. | no | 📡 Ping |
Outputs
no outputs