Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create update-readme.yml #1

Merged
merged 1 commit into from
Mar 20, 2023
Merged

Conversation

Maxim-Cherkasov
Copy link
Owner

name: Update README

on:
schedule:
- cron: '*/30 * * * *'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Update this repo's README with recent activity

steps:
  - uses: actions/checkout@v2
  - uses: jamesgeorge007/github-activity-readme@master
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@Maxim-Cherkasov Maxim-Cherkasov merged commit bbbab10 into main Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant