Add workflow to update flake inputs
Some checks failed
Update Flake Inputs / update-flake-inputs (push) Failing after 22s
Some checks failed
Update Flake Inputs / update-flake-inputs (push) Failing after 22s
This commit is contained in:
parent
aeb4c4c4da
commit
a140df1171
1 changed files with 29 additions and 0 deletions
29
.forgejo/workflows/update-flake-inputs.yaml
Normal file
29
.forgejo/workflows/update-flake-inputs.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
name: Update Flake Inputs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# schedule:
|
||||
# # Run weekly on Sunday at 4:00 AM UTC
|
||||
# - cron: "0 */5 * * *"
|
||||
# workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update-flake-inputs:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://code.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: ${{ forge.server_url }}
|
||||
gitea-token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
gitea-repository: ${{ forge.repository }}
|
Loading…
Add table
Add a link
Reference in a new issue