We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262043b commit 93fd7abCopy full SHA for 93fd7ab
1 file changed
.github/workflows/update-blog.js.yml
@@ -5,9 +5,9 @@ name: Node.js CI
5
6
on:
7
push:
8
- branches: [ update-blog ]
+ branches: [ main ]
9
pull_request:
10
11
# schedule:
12
# - cron: "0 2 * * 1-5"
13
@@ -51,7 +51,7 @@ jobs:
51
git config user.name "epikem"
52
git config user.email "epikem@kakao.com"
53
54
- git checkout update-blog
+ git checkout main
55
pwd
56
cp -R ../private/_posts/$YEAR ./_posts
57
@@ -62,5 +62,5 @@ jobs:
62
with:
63
directory: ./scripts/blog-updater/epikem.github.io/
64
github_token: ${{ secrets.UPDATE_BLOG }}
65
- branch: update-blog
66
- repository: epikem/epikem.github.io
+ branch: main
+ repository: epikem/epikem.github.io
0 commit comments