Skip to content

Set Logs

Set Logs #3

Workflow file for this run

name: Set Logs
on:
schedule:
- cron: "0 12 1 * *"
jobs:
time-logs:
runs-on: ubuntu-22.04
steps:
- name: checkout_repo
uses: actions/checkout@v4
with:
ref: "master"
- name: set-logs
run: bash ./code/bash/step_logs.sh
env:
USER_EMAIL: ${{ secrets.USER_EMAIL}}
USER_NAME: ${{ secrets.USER_NAME}}