Skip to content

Commit

Permalink
Fix: Get current date
Browse files Browse the repository at this point in the history
  • Loading branch information
Izuho Fujiwara committed Apr 9, 2020
1 parent 44132c8 commit f8c1f97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
pr-development:
runs-on: ubuntu-18.04
steps:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Checkout covid19-scraping
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f8c1f97

Please sign in to comment.