Compare commits
3 Commits
2b8334104f
...
v2.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6859056efc | ||
| e4e71b4df8 | |||
| 59eaed06a9 |
@@ -5,9 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
|
||||||
- cron: "28 5 * * *"
|
|
||||||
# workflow_run support in Gitea can be tricky, keeping it but might need adjustment
|
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Sync Repo"]
|
workflows: ["Sync Repo"]
|
||||||
types:
|
types:
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
name: Update README
|
name: Update README
|
||||||
|
|
||||||
# Allow Gitea Actions to commit and push changes
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"author": "Ivan Carlos"
|
"author": "Ivan Carlos"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user