Skip to content

Commit f15ba54

Browse files
authored
Update update-blog.yml
1 parent cef1156 commit f15ba54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-blog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
GH_BLOG_TOKEN: ${{ secrets.GH_BLOG_TOKEN }}
6363
run: |
6464
cd blog-repo
65-
git push -u https://[email protected]/sadmanca/blog.git github-actions-test
65+
git remote set-url origin https://[email protected]/sadmanca/blog.git
66+
git push -u origin github-actions-test
6667
6768
- name: Send notification via curl
6869
run: |

0 commit comments

Comments
 (0)