ubiquity-os/Update Manifest and Commit Changes

Checks out the repository, sets up Node, installs dependencies, updates manifest.json, formats, and commits/pushes changes signing the commit.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionAction to perform: publish or delete the artifact branch.nopublish
manifestPathThe path to the manifest.json file.no${{ github.workspace }}/manifest.json
schemaPathThe path to the plugin settings schema.no${{ github.workspace }}/src/types/plugin-input.ts
pluginEntryThe path to the plugin entry file.no${{ github.workspace }}/src/index.ts
commitMessageThe commit message.nochore: [skip ci] updated manifest.json and dist build
sourceRefSource branch ref used for short_name and artifact branch mapping.no${{ github.event_name == 'delete' && github.event.ref || github.event.workflow_run.head_branch || github.ref_name }}
artifactPrefixPrefix used for artifact branches.nodist/
nodeVersionThe version of Node.js to use.24.11.0
treatAsEsmIf the package is set to be treated as ESM, it will replace __dirname occurrences.false
bundleSingleFileBundle plugin entry into a single file (disables code splitting).false
sourcemapGenerates the sourcemap for the compiled filesnofalse
skipBotEventsSets manifest.skipBotEvents (true/false).notrue
excludeSupportedEventsComma-separated supported events to remove from generated manifest listeners.no""

no outputs