Skip to content

Commit

Permalink
Merge pull request #685 from ProgramEquity/Dunridge-patch-1
Browse files Browse the repository at this point in the history
Update issue-metrics.yml
  • Loading branch information
Dunridge authored Nov 2, 2023
2 parents 040fcbd + eec986b commit 63b0d47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14

- name: Set execute permissions
run: chmod +x ./issue-metrics.js
# run: chmod +x ${{ github.workspace }}/issue-metrics.js
Expand Down

0 comments on commit 63b0d47

Please sign in to comment.