Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 11, 2024
1 parent cd09ece commit 5fd1376
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/database-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
index=0
declare -A RELEASES_ARRAY
for release in $RELEASES; do
RELEASES_ARRAY["$index"]="$release"
(( index++ ))
RELEASES_ARRAY["$release"]="$release"
done
Expand All @@ -35,6 +34,8 @@ jobs:
- name: exit
run: exit 1

Expand Down

0 comments on commit 5fd1376

Please sign in to comment.