Skip to content

Commit 243833d

Browse files
committed
fix(ci): Add git pull step in gen-ps-badge (#187)
๊ธฐ๋ณธ์ ์œผ๋กœ workflow trigger ์‹œ์ ์—์„œ checkout ํ•˜๊ธฐ ๋•Œ๋ฌธ์—, ์ดํ›„์˜ ์ปค๋ฐ‹์„ ์‚ฌ์šฉํ•˜๋ ค๋ฉด pull ๋•ก๊ฒจ์•ผ ํ•จ
1 parent 615ef0e commit 243833d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

โ€Ž.github/workflows/update-md-and-index.ymlโ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v3
38+
- run: git pull origin main # guarantee a latest commit from 'update-recent-md'
39+
3840
- name: Use Node.js
3941
uses: actions/setup-node@v2
4042
with:

0 commit comments

Comments
ย (0)