email 전송 기능 추가
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
GRAFANA_DASHBOARD_UID: ${{ vars.GRAFANA_DASHBOARD_UID }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
if [ "$(date -u +%u)" -eq 1 ]; then
|
||||
if [ "$(TZ=Asia/Seoul date +%u)" -eq 1 ]; then
|
||||
bash ./run_table.sh 7d
|
||||
else
|
||||
bash ./run_table.sh 24h
|
||||
|
||||
Reference in New Issue
Block a user