From 266679a712dca2279db7b0fa194fc1b001e2ba37 Mon Sep 17 00:00:00 2001 From: julialawrence Date: Thu, 2 Nov 2023 09:47:45 +0000 Subject: [PATCH] Fix environment references. --- .github/workflows/generate-metrics.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/generate-metrics.yml b/.github/workflows/generate-metrics.yml index c45cf92..c239949 100644 --- a/.github/workflows/generate-metrics.yml +++ b/.github/workflows/generate-metrics.yml @@ -17,9 +17,6 @@ on: jobs: run_metrics: runs-on: ubuntu-latest - outputs: - date: ${{ steps.date.outputs.date }} - start_date: ${{ steps.last-7-days.outputs.start_date }} steps: - name: Checkout code uses: actions/checkout@v4.1.1 @@ -44,8 +41,6 @@ jobs: - name: Run scripts and create issues env: ACCESS_TOKEN: ${{ secrets.DATA_PLATFORM_ROBOT_PAT }} - date: ${{ steps.date.outputs.date }} - start_date: ${{ steps.last-7-days.outputs.start_date }} run: | for json_file in *.json; do name=$(basename "$json_file" .json)