Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 67d3195

Browse files
committed
CI/CD: Fix command
1 parent ac98338 commit 67d3195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
git add -A
7070
if [[ `git status --porcelain` ]]; then
7171
git commit -m "Automatically added GitHub issue links to TODOs"
72-
git push origin main
72+
git push
7373
else
7474
echo "No changes to commit"
7575
fi

0 commit comments

Comments
 (0)