diff --git a/.github/workflows/web-deploy-staging.yml b/.github/workflows/web-deploy-staging.yml index 014afed10f..4323ee34c4 100644 --- a/.github/workflows/web-deploy-staging.yml +++ b/.github/workflows/web-deploy-staging.yml @@ -22,6 +22,7 @@ jobs: steps: - name: Determine branch to build id: select-branch + working-directory: ${{ github.workspace }} run: | if git ls-remote --exit-code --heads https://github.com/ente-io/ente refs/heads/staging/web; then echo "branch=staging/web" >> $GITHUB_OUTPUT