forgejo-runner: update flake nightly

This commit is contained in:
Christoph Hollizeck 2025-04-29 10:21:18 +02:00
parent dad4d8b227
commit 002e91199b
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 36 additions and 43 deletions

View file

@ -1,18 +1,12 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
schedule:
- cron: 0 3 * * *
push:
jobs:
test:
UpdateFlake:
runs-on: native
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- name: Update flake
@ -25,4 +19,4 @@ jobs:
git config --local user.name "forgjo-actions[bot]"
git commit -a -m "chore: update flake"
- name: Push changes
run: git push
run: git push