docs: fix gh workflow date step (#2676)
This commit is contained in:
parent
138552d7b5
commit
f532bbd082
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fetch_docs_notion.yml
vendored
2
.github/workflows/fetch_docs_notion.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "DATE=date::$(date +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT
|
||||
run: echo "DATE=date::$(date +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT"
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue