1
0
mirror of synced 2026-06-29 23:00:48 +00:00

Remove unneeded step env var

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta
2026-06-29 10:09:24 +01:00
parent 72c2a83e4f
commit bbf064e4fc
-1
View File
@@ -188,7 +188,6 @@ runs:
shell: bash shell: bash
if: steps.plugin-support-gate.outputs.plugin-support == 'yes' if: steps.plugin-support-gate.outputs.plugin-support == 'yes'
env: env:
PLUGINS: ${{ inputs.plugins }}
FLUXCD_PLUGINS: ${{ inputs.plugin-dir }} FLUXCD_PLUGINS: ${{ inputs.plugin-dir }}
VERSION: ${{ steps.setup-flux-bin.outputs.installed-flux-version }} VERSION: ${{ steps.setup-flux-bin.outputs.installed-flux-version }}
OS: ${{ steps.setup-flux-bin.outputs.os }} OS: ${{ steps.setup-flux-bin.outputs.os }}