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 097dcba commit e1bfb98Copy full SHA for e1bfb98
.github/workflows/dependabot-update-purls.yml
@@ -43,7 +43,7 @@
43
if git diff --exit-code build/package/purls.txt; then
44
echo "No changes to purls.txt"
45
else
46
- git add purls.txt
+ git add build/package/purls.txt
47
git commit -m "chore: update purls.txt"
48
git push origin "$BRANCH_NAME"
49
fi
0 commit comments