Skip to content

Commit

Permalink
declartion of approvals count
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Oct 17, 2023
1 parent 1a10dfe commit 54696d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
if: ${{ inputs.mock-approvers }}

- run: |
approvals_count=0
declare -i approvals_count=0
maintainers_padded=" ${{ inputs.maintainers }} " # Padding before and after for substring safety check below
maintainer_approvals=""
for user in $approvers; do
Expand Down

0 comments on commit 54696d4

Please sign in to comment.