Skip to content

Update and rename rss-distrowatch.yml to rss.yml #1

Update and rename rss-distrowatch.yml to rss.yml

Update and rename rss-distrowatch.yml to rss.yml #1

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/rss.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rss.yml

Invalid workflow file

invalid `cron` attribute "5 *0 * * *"
schedule:
# Runs every 4h
- cron: '5 *0 * * *'
workflow_dispatch:
jobs:
update-readme-with-blog:
name: Crawl rss and generate static page
runs-on: windows-2019
steps:
- uses: actions/checkout@main
with:
repository: minhhungit/github-action-rss-crawler
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
#- run: dotnet build DemoApp\DemoApp.sln
- run: dotnet run --project RssCrawler\RssCrawler.csproj
- run: git config --local user.email "[email protected]"
- run: git config --local user.name "Jin"
- run: git add .
- run: git commit -m "Add changes"
- run: git push