3 Commits

Author SHA1 Message Date
Gitea Actions
6859056efc Update manifest version to 2.1.0 [▶️] 2025-12-22 04:50:43 +00:00
e4e71b4df8 Merge branch 'main' of https://git.icc.gg/ivancarlos/bkpscripts
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 23s
2025-12-22 01:41:29 -03:00
59eaed06a9 fix release build, add readme update for some repo 2025-12-22 01:41:19 -03:00
3 changed files with 1 additions and 5 deletions

View File

@@ -5,9 +5,6 @@ on:
branches:
- main
workflow_dispatch:
schedule:
- cron: "28 5 * * *"
# workflow_run support in Gitea can be tricky, keeping it but might need adjustment
workflow_run:
workflows: ["Sync Repo"]
types:

View File

@@ -1,6 +1,5 @@
name: Update README
# Allow Gitea Actions to commit and push changes
permissions:
contents: write

View File

@@ -1,4 +1,4 @@
{
"version": "2.0.1",
"version": "2.1.0",
"author": "Ivan Carlos"
}