Skip to content

Commit

Permalink
Remove date print on workflow log
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Oct 31, 2023
1 parent 32643de commit 7e36f81
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-to-dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
with:
node-version: 18

- name: Get current date
id: date
run: echo "{date}={$(date +'%Y-%m-%d')}" >> $GITHUB_OUTPUT

# Runs a single command using the runners shell
# This script fetchs the Goolgle Fonts API data and creates a PR if new data is available
- name: Update Google Fonts JSON file
Expand Down

0 comments on commit 7e36f81

Please sign in to comment.