Skip to content

keepalive

keepalive #463

Workflow file for this run

name: keepalive
on:
schedule:
- cron: '30 4 * * *'
jobs:
keepalive:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Keepalive
uses: gautamkrishnar/keepalive-workflow@v1
with:
committer_username: "divialth-bot"
committer_email: "[email protected]"