forgejo-runner: update flake nightly
This commit is contained in:
parent
dad4d8b227
commit
002e91199b
4 changed files with 36 additions and 43 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue