Skip to content

Commit

Permalink
Update set_response_time.yml
Browse files Browse the repository at this point in the history
Fix issue with response time calculation action failing
  • Loading branch information
emawby authored and nan-li committed Aug 6, 2024
1 parent 9315bd4 commit ab46e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set_response_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm install @octokit
- run: npm install @octokit/[email protected]
- uses: actions/github-script@v6
id: set-time
with:
Expand Down

0 comments on commit ab46e4b

Please sign in to comment.