Skip to content

Commit 00c1357

Browse files
authored
Merge pull request #803 from ProgramEquity/Dunridge-patch-2
Update issue-metrics.yml
2 parents 01b59e5 + a8574a5 commit 00c1357

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/issue-metrics.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
git checkout -b "issue-${issue_number}"
2020
echo "::set-output name=issue_branch::issue-${issue_number}"
2121
22+
- name: Run
23+
env:
24+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
25+
ISSUE_NUMBER: ${{ github.event.issue.number }}
26+
run: node ./roiScript/log-branch.mjs
27+
2228
- name: Log Current Branch (debugging)
2329
run: |
2430
current_branch=$(git rev-parse --abbrev-ref HEAD)

0 commit comments

Comments
 (0)