Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzcn committed May 10, 2021
1 parent 5781d2a commit bc6d5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set Version
run: echo "$Version::$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
run: echo "Version::$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
- name: Install Requirements
run: pip install -r requirements.txt
- name: Download dicts
Expand Down

0 comments on commit bc6d5fb

Please sign in to comment.