Skip to content

.github/workflows/main.yml #4

.github/workflows/main.yml

.github/workflows/main.yml #4

Workflow file for this run

on:
workflow_dispatch: {}
schedule:
# At 00:00 on day-of-month 1.
- cron: "0 0 1 * *"
jobs:
actions_keepalive:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
name: Github Actions KeepAlive
steps:
- uses: actions/checkout@v3
- name: make commit
# Uses GitHub action defined in https://github.com/TheShellLand/github-actions-keepalive
uses: TheShellLand/github-actions-keepalive@latest
with:
# Change to your GitHub username
user-name: YourGithubUserName
# Change to your email used for GitHub account
user-email: YourEmail4Github