Skip to content

Update Recent Activity #51280

Update Recent Activity

Update Recent Activity #51280

Workflow file for this run

name: Update Recent Activity
on:
schedule:
- cron: '*/30 * * * *'
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 }}