Update .gitea/workflows/ci.yml
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
name: Update Community Skins README
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
README_PATH: "${{ github.workspace }}/README.md"
|
||||
IMAGE_NAME: osc/skins-image
|
||||
GITEA_API: https://${{ vars.CONTAINER_REGISTRY }}/api/v1
|
||||
|
||||
jobs:
|
||||
generate_everything:
|
||||
name: Full CI/CD Pipeline
|
||||
|
||||
Reference in New Issue
Block a user