Add workflow to update flake inputs
All checks were successful
Update Flake Inputs / test (push) Successful in 7s

This commit is contained in:
Pedro Rey Anca 2025-08-21 20:01:48 +02:00
parent aeb4c4c4da
commit 2824627194
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -0,0 +1,33 @@
name: Update Flake Inputs
on:
push:
branches:
- main
# schedule:
# # Run weekly on Sunday at 4:00 AM UTC
# - cron: "0 */5 * * *"
# workflow_dispatch:
jobs:
test:
runs-on: docker
steps:
- run: echo All good!
# update-flake-inputs:
# runs-on: docker
# steps:
# - uses: https://data.forgejo.org/actions/checkout@v4
# with:
# fetch-depth: 0
# - name: Update flake inputs
# uses: https://github.com/Mic92/update-flake-inputs-gitea@main
# with:
# git-author-name: "frues-bot"
# git-committer-name: "frues-bot"
# git-author-email: "frues-bot@git.peprolinbot.com"
# git-committer-email: "frues-bot@git.peprolinbot.com"
# gitea-url: ${{ forgejo.server_url }}
# gitea-token: ${{ secrets.FORGEJO_TOKEN }}
# gitea-repository: ${{ forgejo.repository }}