From 19c206638d61d0c8c9466e1ea26908472f79d1ae Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sun, 29 Nov 2020 18:05:53 -0500 Subject: [PATCH] Start superflore update from staging branch. --- .github/workflows/update.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: