Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco authored Apr 11, 2024
1 parent f5285aa commit 0136dbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ runs:
branches+=("$BRANCH_NAME")
fi
done
echo "::set-output name=exp-branches::$branches"
- name: Helm Uninstall
shell: bash
run: |
$branches=${{ expired-branches.outputs.exp-branches }}
for branch in ${branches[@]};
do
array=${{ inputs.release-names-array }}
Expand Down

0 comments on commit 0136dbf

Please sign in to comment.