Skip to content

Commit

Permalink
Merge pull request #803 from ProgramEquity/Dunridge-patch-2
Browse files Browse the repository at this point in the history
Update issue-metrics.yml
  • Loading branch information
Dunridge authored Nov 20, 2023
2 parents 01b59e5 + a8574a5 commit 00c1357
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
git checkout -b "issue-${issue_number}"
echo "::set-output name=issue_branch::issue-${issue_number}"
- name: Run
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: node ./roiScript/log-branch.mjs

- name: Log Current Branch (debugging)
run: |
current_branch=$(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit 00c1357

Please sign in to comment.