diff --git a/.gitea/workflows/build-push-beta.yml b/.gitea/workflows/build-push-beta.yml index e7092be..d0827f4 100644 --- a/.gitea/workflows/build-push-beta.yml +++ b/.gitea/workflows/build-push-beta.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Pull repo uses: actions/checkout@v6 + with: + ref: main - name: Run node build uses: actions/node-action@main with: