yeah boi #54359
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "yeah boi" | |
on: | |
push: | |
branches: [ main ] | |
schedule: | |
- cron: "*/15 * * * *" | |
jobs: | |
Yamete_kudasai: | |
runs-on: self-hosted | |
steps: | |
- uses: actions/checkout@v4 | |
- name: run me uwu | |
run: sh gen.sh | |
- name: auwuto commit uwu | |
uses: stefanzweifel/git-auto-commit-action@v5 | |
with: | |
commit_message: "update: rss" | |
repository: . | |
file_pattern: allanime.xml | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |