-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de43e70
commit 266679a
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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) | ||
|