Skip to content

Recent Activity

Recent Activity #978

name: Recent Activity
on:
schedule:
- cron: '0 */12 * * *' # Runs every first and 12 hrs.
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Update Profile README
steps:
- uses: actions/[email protected]
- uses: Readme-Workflows/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}