fix: added checkout to workflow (#2683)
This commit is contained in:
parent
e8c67974ab
commit
6756ef22b7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/fetch_docs_notion.yml
vendored
3
.github/workflows/fetch_docs_notion.yml
vendored
|
|
@ -16,6 +16,9 @@ jobs:
|
|||
id: date
|
||||
run: echo "DATE=$(date +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
id: setup-node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue