From bbf064e4fca5f57b362ec125a5d402a8636e951c Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Mon, 29 Jun 2026 10:09:24 +0100 Subject: [PATCH] Remove unneeded step env var Signed-off-by: Matheus Pimenta --- action/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action/action.yml b/action/action.yml index f62b7712..3abbe665 100644 --- a/action/action.yml +++ b/action/action.yml @@ -188,7 +188,6 @@ runs: shell: bash if: steps.plugin-support-gate.outputs.plugin-support == 'yes' env: - PLUGINS: ${{ inputs.plugins }} FLUXCD_PLUGINS: ${{ inputs.plugin-dir }} VERSION: ${{ steps.setup-flux-bin.outputs.installed-flux-version }} OS: ${{ steps.setup-flux-bin.outputs.os }}