Skip to content

Commit

Permalink
chore(docs): fix doc report cleanup script (#4901)
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Sep 7, 2023
1 parent 3841555 commit a7523a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docReportTeardown.yml
Expand Up @@ -35,6 +35,6 @@ jobs:

- name: Remove datasets for closed PRs
env:
PERF_TEST_METRICS_TOKEN: ${{ secrets.PERF_TEST_SANITY_TOKEN }}
DOCS_REPORT_DATASET: $GITHUB_REF_NAME
DOCS_REPORT_TOKEN: ${{ secrets.PERF_TEST_SANITY_TOKEN }}
DOCS_REPORT_DATASET: ${{ github.ref_name }}
run: yarn docs:report:cleanup

2 comments on commit a7523a6

@vercel
Copy link

@vercel vercel bot commented on a7523a6 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio-git-next.sanity.build
performance-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on a7523a6 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.