Skip to content

Commit

Permalink
use branch (#80)
Browse files Browse the repository at this point in the history
* use branch

* Update .github/workflows/monthly_zenhub_metric.yml
  • Loading branch information
lezhumain authored May 29, 2024
1 parent b7ee777 commit 1bebf69
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/monthly_zenhub_metric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,17 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Run zenhub-report-action tool
uses: lezhumain/zenhub_report_action@v1.0.3
uses: lezhumain/zenhub_report_action@better_reports_and_args
with:
WORKSPACE_ID: ''
REPO_ID: ''
FROM_PIPELINE: 'Backlog'
TO_PIPELINE: 'Awaiting TESS Review'
FROM_DATE: ''
TO_DATE: ''
env:
GH_TOKEN: ${{ github.token }}
API_KEY: ${{ secrets.ZH_TOKEN }}
WORKSPACE_ID: '5e3018c2d1715f5725d0b8c7'

- name: Check output file
shell: bash
Expand Down

0 comments on commit 1bebf69

Please sign in to comment.