Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Aug 21, 2023
1 parent a5668de commit 6a2f5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup environment
shell: bash
run: |
echo 'DESCRIBE=$(git describe)'' >> $GITHUB_ENV
echo 'DESCRIBE=$(git describe)' >> $GITHUB_ENV
echo 'DATEFILE=$(git log -1 --date=format:"%Y_%m_%d_%H%M" --format="%ad")' >> $GITHUB_ENV
echo 'DATEVERSION=$(git log -1 --date=format:"%Y-%m-%d %H:%M" --format="%ad")' >> $GITHUB_ENV
Expand Down

0 comments on commit 6a2f5c3

Please sign in to comment.