We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gen-ps-badge
1 parent 615ef0e commit 243833dCopy full SHA for 243833d
1 file changed
โ.github/workflows/update-md-and-index.ymlโ
@@ -35,6 +35,8 @@ jobs:
35
runs-on: ubuntu-latest
36
steps:
37
- uses: actions/checkout@v3
38
+ - run: git pull origin main # guarantee a latest commit from 'update-recent-md'
39
+
40
- name: Use Node.js
41
uses: actions/setup-node@v2
42
with:
0 commit comments