Skip to content

Commit

Permalink
fix metadata fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Nov 5, 2024
1 parent 68e7a2a commit 9343ca8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/healthchecks_housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
jq -r '
.[] |
"[[base]]\n" +
"name = \"\(.name)\"\n" +
"pkg = \"\(.name)\"\n" +
"pkg_name = \"\(.name | gsub("\\.no_strip"; ""))\"\n" +
"description = \"\(.description)\"\n" +
"note = \"\(.note)\"\n" +
Expand All @@ -380,7 +380,7 @@ jobs:
jq -r '
.[] |
"[[pkg]]\n" +
"name = \"\(.name)\"\n" +
"pkg = \"\(.name)\"\n" +
"pkg_id = \"\(.bin_id)\"\n" +
"pkg_name = \"\(.pkg_name)\"\n" +
"description = \"\(.description)\"\n" +
Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:
jq -r '
.[] |
"[[bin]]\n" +
"name = \"\(.name)\"\n" +
"pkg = \"\(.name)\"\n" +
"pkg_name = \"\(.name | gsub("\\.no_strip"; ""))\"\n" +
"description = \"\(.description)\"\n" +
"note = \"\(.note)\"\n" +
Expand All @@ -574,7 +574,7 @@ jobs:
jq -r '
.[] |
"[[base]]\n" +
"name = \"\(.name)\"\n" +
"pkg = \"\(.name)\"\n" +
"pkg_name = \"\(.name | gsub("\\.no_strip"; ""))\"\n" +
"description = \"\(.description)\"\n" +
"note = \"\(.note)\"\n" +
Expand All @@ -598,7 +598,7 @@ jobs:
jq -r '
.[] |
"[[pkg]]\n" +
"name = \"\(.name)\"\n" +
"pkg = \"\(.name)\"\n" +
"pkg_id = \"\(.bin_id)\"\n" +
"pkg_name = \"\(.pkg_name)\"\n" +
"description = \"\(.description)\"\n" +
Expand Down

0 comments on commit 9343ca8

Please sign in to comment.