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 2d144f1 commit 457f68e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/database-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v4

- name: Get all releases from lbr38/repomanager
run: echo "RELEASES=$(curl -s https://api.github.com/repos/lbr38/repomanager/releases?per_page=10000 | jq -r '.[].name')" >> $GITHUB_ENV
run: |
test=$(curl -s https://api.github.com/repos/lbr38/repomanager/releases?per_page=10000 | jq -r '.[].name')
echo "RELEASES=$test" >> $GITHUB_ENV
- name: Format releases to a key-value array
run: |
Expand Down

0 comments on commit 457f68e

Please sign in to comment.