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 bb4e8b2 commit 6e88ca4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/database-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
- name: Format releases to a key-value array
run: |
RELEASES=$(echo $RELEASES | jq -R 'split("\n") | map(select(. != "")) | map({(.): .}) | add')
echo $RELEASES
- name: test
run: echo $RELEASES
- name: exit
run: exit 0
run: exit 1



Expand Down

0 comments on commit 6e88ca4

Please sign in to comment.