Skip to content

Commit

Permalink
Fix environment references.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 2, 2023
1 parent de43e70 commit 266679a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/generate-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -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)
Expand Down

0 comments on commit 266679a

Please sign in to comment.