From 93b681f00550f8c3559d960b4045b542013c95e6 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Fri, 19 Jan 2024 14:38:02 -0500 Subject: [PATCH] Fix gha --- .github/workflows/write-data.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/write-data.yaml b/.github/workflows/write-data.yaml index 2aa7613..606d5be 100644 --- a/.github/workflows/write-data.yaml +++ b/.github/workflows/write-data.yaml @@ -8,11 +8,12 @@ on: jobs: write-data: - name: Write data + name: Write Data runs-on: ubuntu-latest container: image: cansav09/metricminer - + + steps: - name: Authorize metricminer env: METRICMINER_CALENDLY: ${{ secrets.METRICMINER_CALENDLY }}