Skip to content

Commit

Permalink
docs: fix gh workflow date step bad character (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli authored Jul 12, 2024
1 parent f532bbd commit c794477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_docs_notion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT"
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit c794477

Please sign in to comment.