diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 6106645..c9a522b 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -39,7 +39,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - repo: https://gitea.wagshome.duckdns.org/wagshome/rgbboard.git + repository: https://gitea.wagshome.duckdns.org/wagshome/rgbboard.git ref: master as # or the branch you want to modify token: ${{ secrets.runner_deploy }} path: repo