hakaiinstitute/Synchronize CKAN record to dataset repository contribution.cff
This action synchronizes a CKAN record to a dataset repository contribution.cff file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 24, 2026
- License
- None
Pinned Snippet
uses: hakaiinstitute/hakai-metadata-conversion@366bdf76902195ae80e401f78cdaac772a63174a # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| input | glob path to the input files | yes | — |
| output-dir | The output directory of the action | no | . |
| output-file | The output file of the action | no | — |
| output-format | The format of the outputs | no | cff |
| commit | Commit the outputs to the repository | no | true |
| branch | The pull request branch name. | no | fix-contribution-cff |
| base | Sets the pull request base branch. | no | main |
| token | GitHub token | yes | ${{ github.token }} |
| labels | Labels to add to the pull request | no | automated |
| commit-message | Commit message | no | Update contribution.cff |
| title | Title of the pull request | no | Update contribution.cff |
| body | Body of the pull request | no | ## Update Repository Metadata This pull request updates the metadata files in the repository. |
Outputs
no outputs