Skip to content

Commit e1bfb98

Browse files
committed
fix
1 parent 097dcba commit e1bfb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-update-purls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
if git diff --exit-code build/package/purls.txt; then
4444
echo "No changes to purls.txt"
4545
else
46-
git add purls.txt
46+
git add build/package/purls.txt
4747
git commit -m "chore: update purls.txt"
4848
git push origin "$BRANCH_NAME"
4949
fi

0 commit comments

Comments
 (0)