opencatalogi/Create or Update publiccode.yaml
Creates or updates the publiccode.yaml or publicorganisation.yml file with repository metadata
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Git url of the remote repository you want to check | no | "" |
| path | publiccode.yaml path | no | publiccode.yaml |
| opencatalogi | create an opencatalogi file instead of a publiccode | no | false |
| federlize | Wheter to send an update event to the federilized open catalogi network | no | true |
| save | Wheter to actually save the file to github | no | true |
| git_name | Git name configuration for the commit | no | Open Catalogi bot |
| git_mail | Git mail configuration for the commit | no | bot@opencatalogi.nl |
| git_commit_message | The description for the commit | no | ${{ github.event.repository.html_url }} |
| github_organization_url | The repository to which the results are limited (used to only look in your own organization) | no | https://github.com/${{ github.repository_owner }} |
Outputs
| name | description |
|---|---|
| version | New version of softwareVersion field in publiccode.yml |
| releaseDate | New release date of releaseDate field in publiccode.yml |