Skip to content

Commit

Permalink
fix a bug : datetime become empty
Browse files Browse the repository at this point in the history
  • Loading branch information
okuzawats committed Jul 1, 2024
1 parent dd69160 commit 4fd4be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
TZ: "Asia/Tokyo"
run: |
echo "CURRENT_DATETIME=$(date + "%Y-%m-%d %H:%M:%S")" >> $GITHUB_ENV
echo "CURRENT_DATETIME=$(date +"%Y-%m-%d %H:%M:%S")" >> $GITHUB_ENV
- name: "set arguments"
id: "arguments"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
TZ: "Asia/Tokyo"
run: |
echo "CURRENT_DATETIME=$(date + "%Y-%m-%d %H:%M:%S")" >> $GITHUB_ENV
echo "CURRENT_DATETIME=$(date +"%Y-%m-%d %H:%M:%S")" >> $GITHUB_ENV
- name: "set arguments"
id: "arguments"
run: |
Expand Down

0 comments on commit 4fd4be9

Please sign in to comment.