diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 24e38741de..961d914ce6 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + ref: staging - name: Set up Python uses: actions/setup-python@v2 with: