actions-marketplace-validations/Republish LDES
Replicates a Linked Data Event Stream or tree:Collection to your GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 20, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/treecg_ldes-action@8afc5340a7c251969d3b590133f152d83ff3eafa # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to LDES or tree:Collection dataset | yes | — |
| storage | Output directory name where the fetched data will be stored | yes | — |
| gh_pages_url | URL to the GitHub Pages repository | no | https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/ |
| git_username | Git username that makes the commits | no | LDES-action |
| git_email | Git email that makes the commits | no | LDES-action@users.noreply.github.com |
| fragmentation_strategy | The fragmentation strategy to be applied on LDES members | no | basic |
| fragmentation_page_size | RDF object count per page | no | 50 |
| datasource_strategy | Datasource strategy to use | no | ldes-client |
| property_path | Property path to be used by bucketizers | no | — |
| stream_data | Boolean whether to stream the LDES members or the load them in memory | no | false |
| timeout | Amount of time in milliseconds to wait for the datasource to fetch data in a single run | no | 3600000 |
| announce | Announce the published LDES view to https://tree.linkeddatafragments.org/announcements/ | no | true |
Outputs
| name | description |
|---|---|
| delta_bytes | The overall number of bytes changed in the output data this run (current size - previous size) |