Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco authored Apr 16, 2024
1 parent 028d9ee commit f28bfee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
outputs:
expired-branches-json:
description: 'Expired branches'
value: ${{ steps.expired.outputs.json }}
value: ${{ steps.expired-branches.outputs.json }}

runs:
using: 'composite'
Expand Down Expand Up @@ -47,8 +47,8 @@ runs:
echo "array=${branches[@]}" >> $GITHUB_OUTPUT
- name: Branches
id: expired
- name: Expired Branches JSON
id: expired-branches
shell: bash
run: |
data="${{ steps.find-expired.outputs.array }}"
Expand Down

0 comments on commit f28bfee

Please sign in to comment.