climpr/Update Landing Zone Repository
Updates the files in a Landing Zone repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 18, 2025
- License
- GPL 3.0
Pinned Snippet
uses: climpr/update-landing-zone-repository@6534f0ae364cd0e649edff043f59aa175ad1a2ed # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| landing-zone-path | Path to the Landing Zone directory. | yes | — |
| repo-sources-path | Path to the 'repo-sources' directory. | yes | — |
| github-token | The token for the GitHub app that is allowed to create and update repositories in the organization. | yes | — |
Outputs
| name | description |
|---|---|
| deleted-files | A JSON list of the deleted files relative to the 'path' input parameter. |
| deleted-directories | A JSON list of the deleted directories relative to the 'path' input parameter. |