micalevisk/Last artifact
Get the content from a file of the last uploaded artifact on some GitHub repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The target GitHub owner and repository name | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| content | A serialized JSON where each key is the filename and the value its value as string |
| found | The string `'true'` if the file `filename` was found, `'false'` otherwise. |