Update '.gitea/workflows/build-push.yaml'

This commit is contained in:
2025-06-13 21:49:59 +00:00
parent 0587741a35
commit 99f068ab74

View File

@@ -39,10 +39,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: https://gitea.wagshome.duckdns.org/wagshome/rgbboard
repository: wagshome/rgbboard
ref: master as # or the branch you want to modify
token: ${{ secrets.runner_deploy }}
path: repo
path: rgbboard
- name: Set up Git
run: |