Skip to content

Keep Repository Active #7

Keep Repository Active

Keep Repository Active #7

Workflow file for this run

name: Keep Repository Active
on:
schedule:
# Runs once a week
- cron: "0 0 * * 0"
jobs:
keep-active:
runs-on: ubuntu-latest
steps:
- name: Run a simple command
run: echo "Keeping repository active"