Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rikenm1 committed Feb 11, 2025
1 parent 5282d0b commit 1763fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-package-update-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
version=$(rpmspec --parse "$spec" | grep -E "^Version:\s*(.*)" | awk '{print $2}')
# Read from packagelist-gate.csv and iterate each row
1st column: package name
2nd column: condition (>=, >, =,'')
3rd column: version number
# 1st column: package name
# 2nd column: condition (>=, >, =,'')
# 3rd column: version number
while IFS=, read -r package_name condition version_number; do
if [[ "$name" == "$package_name" ]]; then
Expand Down

0 comments on commit 1763fc5

Please sign in to comment.