commit 21e5a4ef2c5c6ede535f41e6e58cacf021514c1e Author: ci Date: Sat Sep 5 16:41:33 2026 +0000 Published from yuki-talos action/publish-module diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..cf885c1 --- /dev/null +++ b/action.yml @@ -0,0 +1,21 @@ +# ══════════════════════════════════════════════════════════════════ +# BREAKING CHANGE? BUMP THE MAJOR IN cue/cluster/cluster.cue +# ══════════════════════════════════════════════════════════════════ +# Everything pinning `@v1` gets this the moment it publishes. A change +# a consumer cannot absorb needs a new major, or it breaks them. +# ══════════════════════════════════════════════════════════════════ + +name: publish-module +description: Publish the CUE schema module applications validate against. Used by the platform and nothing else. + +inputs: + version: + description: Module version to publish, e.g. v0.1.0. + required: true + +runs: + using: docker + image: docker://gitea.512.dev/ci/toolbox@sha256:b854a995771816ba81a49656d246aab6c2688fe4a3490be6edc81487baa5f1cb + entrypoint: /usr/local/lib/actions/publish-module.sh + env: + PLUGIN_VERSION: ${{ inputs.version }}