Fixes reprepro path in check-repo-release.

pull/1/head
tommie 2023-03-20 17:35:28 +01:00 committed by GitHub
parent 52c408ce34
commit e2e7bf8b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Check Repo Release
id: check-repo-release
run: |
indexed=$(reprepro --list-format '${version}\n' listmatched unstable innernet)
indexed=$(reprepro -b debian --list-format '${version}\n' listmatched unstable innernet)
if [ "x$indexed" = "x${{ steps.check-latest-release.outputs.innernet_release }}" ]; then
echo "new_release_exists=false" >>"$GITHUB_OUTPUT"
else