Skip to content

Commit

Permalink
fix🐛: update unexpected EOF while looking for matching `"'
Browse files Browse the repository at this point in the history
  • Loading branch information
isboyjc committed Aug 4, 2024
1 parent 6b42009 commit adbca15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add .
COMMIT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ)
COMMIT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
git commit -m "publish🚀: Fetch GitHub Trending at $COMMIT_TIME"
git push
env:
Expand Down

0 comments on commit adbca15

Please sign in to comment.