Compare commits
9 Commits
c4cb329139
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cab6b564c | ||
|
|
807e6b7b30 | ||
|
|
42849b776c | ||
|
|
b0c6976a95 | ||
| a674163f7f | |||
|
|
a52d95e620 | ||
|
|
fdc5b46ef3 | ||
| 7aa47b74b9 | |||
| fa056218d8 |
@@ -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
|
||||||
|
|
||||||
@@ -28,6 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: ${{ env.SOURCE_REPO }}
|
repository: ${{ env.SOURCE_REPO }}
|
||||||
ref: ${{ env.SOURCE_BRANCH }}
|
ref: ${{ env.SOURCE_BRANCH }}
|
||||||
|
token: ${{ secrets.CR_PAT }}
|
||||||
path: source_readme
|
path: source_readme
|
||||||
|
|
||||||
- name: Update README.md (footer only)
|
- name: Update README.md (footer only)
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -29,20 +29,10 @@ docker compose pull && docker compose up -d
|
|||||||
* For personal support and queries, please submit a new issue to have it addressed.
|
* For personal support and queries, please submit a new issue to have it addressed.
|
||||||
* For commercial related questions, please [**contact me**][ivancarlos] for consulting costs.
|
* For commercial related questions, please [**contact me**][ivancarlos] for consulting costs.
|
||||||
|
|
||||||
## 🩷 Project support
|
| 🩷 Project support |
|
||||||
| If you found this project helpful, consider |
|
|
||||||
| :---: |
|
| :---: |
|
||||||
[**buying me a coffee**][buymeacoffee], [**donate by paypal**][paypal], [**sponsor this project**][sponsor] or just [**leave a star**](../..)⭐
|
If you found this project helpful, consider [**buying me a coffee**][buymeacoffee]
|
||||||
|Thanks for your support, it is much appreciated!|
|
|Thanks for your support, it is much appreciated!|
|
||||||
|
|
||||||
[cc]: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project
|
[ivancarlos]: https://ivancarlos.me
|
||||||
[contributing]: https://docs.github.com/en/articles/setting-guidelines-for-repository-contributors
|
|
||||||
[security]: https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository
|
|
||||||
[support]: https://docs.github.com/en/articles/adding-support-resources-to-your-project
|
|
||||||
[it]: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
|
|
||||||
[prt]: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
|
|
||||||
[funding]: https://docs.github.com/en/articles/displaying-a-sponsor-button-in-your-repository
|
|
||||||
[ivancarlos]: https://ivancarlos.it
|
|
||||||
[buymeacoffee]: https://www.buymeacoffee.com/ivancarlos
|
[buymeacoffee]: https://www.buymeacoffee.com/ivancarlos
|
||||||
[paypal]: https://icc.gg/donate
|
|
||||||
[sponsor]: https://github.com/sponsors/ivancarlosti
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "7.1.6",
|
"version": "7.2.0",
|
||||||
"author": "Ivan Carlos"
|
"author": "Ivan Carlos"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user