Skip to content

Commit

Permalink
Updating workflow.yml Failed!
Browse files Browse the repository at this point in the history
  • Loading branch information
ErfanXH committed Sep 20, 2023
1 parent 2684dd9 commit 2fce4b3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/blog-post-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
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 }}

0 comments on commit 2fce4b3

Please sign in to comment.