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 0136dbf commit d00dad3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ inputs:

runs:
using: 'composite'
name: 'Clean Up Expired Repository Resources'
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -62,7 +63,7 @@ runs:
- name: Helm Uninstall
shell: bash
run: |
$branches=${{ expired-branches.outputs.exp-branches }}
$branches=${{ steps.expired-branches.outputs.exp-branches }}
for branch in ${branches[@]};
do
array=${{ inputs.release-names-array }}
Expand Down

0 comments on commit d00dad3

Please sign in to comment.