Skip to content

Commit fa6f9fb

Browse files
committed
fix: fix origin not found
1 parent fa9c7cf commit fa6f9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
git remote add origin ${ORIGIN_URL}
4242
git add .
4343
git commit -m "${COMMIT_MSG}"
44-
git push origin ${TARGET_BRANCH}
44+
git push origin "${TARGET_BRANCH}"

0 commit comments

Comments
 (0)