Skip to content

Commit

Permalink
SSR-3278: Log error message
Browse files Browse the repository at this point in the history
  • Loading branch information
h000780 committed Dec 14, 2023
1 parent b349acc commit 38ec2f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/traffic_logs_perform.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Perform traffic logs
on:
schedule:
#every 9:00 UTC+0(18:00 JP Time)
- cron: '0 9 * * *'
push:
jobs:
check:
name: Run traffic logs
Expand All @@ -27,4 +25,5 @@ jobs:
GITHUB_APP_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
node traffic-logs-kintone-cli.min.js --config ./config.json
cat ./log/system_20231214.log
working-directory: traffic-logs

0 comments on commit 38ec2f3

Please sign in to comment.