Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Mar 1, 2025
1 parent d1832bf commit 73667e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reset_commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ jobs:
continue-on-error: true

- name: Get DateTime & Purge files (=> 95 MB)
if: env.RESET_HISTORY == 'YES'
run: |
#Presets
set +x ; set +e
#--------------#
UTC_TIME="$(TZ='UTC' date +'%Y-%m-%d (%I:%M:%S %p)')"
UTC_TIME="$(TZ='UTC' date +'%Y-%m-%d_%I_%M_%S_%p' | tr -d '[:space:]')"
echo "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"
continue-on-error: true

Expand Down

0 comments on commit 73667e4

Please sign in to comment.