2zqa/Generate update manifest
GitHub action to generate update manifest files for self distributed Firefox addons
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 20, 2026
- Maintenance Recency
- Stalelast commit Feb 2, 2024
- License
- MIT
Pinned Snippet
uses: 2zqa/generate-update-manifest@5f80c2d73084c86c336ed695b12e3588aa46226a # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| addon-id | The ID of the addon to generate the update manifest for | yes | — |
| output-file | Path to the file to write the update manifest to | no | updates.json |
| github-token | The GitHub token used to retrieve releases | no | ${{ github.token }} |
| repository | The repository to retrieve releases from | no | ${{ github.repository }} |
| asset-filter | Regex pattern to filter release assets | no | — |
Outputs
| name | description |
|---|---|
| manifest | Path to the generated update manifest file |