We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9e7a2 commit 4a60a6dCopy full SHA for 4a60a6d
.github/workflows/release-metadata.yaml
@@ -60,6 +60,7 @@ jobs:
60
--output /tmp/output \
61
--cache-type bincache \
62
--parallel 4 \
63
+ --ghcr-owner pkgforge-dev \
64
--github-token "$GITHUB_TOKEN" || {
65
echo "::warning::bincache metadata generation failed or no packages found"
66
}
@@ -83,6 +84,7 @@ jobs:
83
84
85
--cache-type pkgcache \
86
87
88
89
echo "::warning::pkgcache metadata generation failed or no packages found"
90
0 commit comments