GHES에서 지원하는 v3로 변경
All checks were successful
Run Report Table / run-script (push) Successful in 12s
All checks were successful
Run Report Table / run-script (push) Successful in 12s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name: Run Report Table
|
||||
on:
|
||||
schedule:
|
||||
- cron: "05 3 * * *"
|
||||
- cron: "25 3 * * *"
|
||||
jobs:
|
||||
run-script:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: report-logs
|
||||
path: logs/table/*.log
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -a
|
||||
source .env
|
||||
set +a
|
||||
if [ -f .env ]; then
|
||||
set -a
|
||||
source .env
|
||||
set +a
|
||||
fi
|
||||
|
||||
LOG_DIR="logs/table"
|
||||
mkdir -p "${LOG_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user