Skip to content

Commit

Permalink
Merge pull request #2022 from OneSignal/emawby-patch-1
Browse files Browse the repository at this point in the history
Fix set_response_time.yml
  • Loading branch information
emawby authored Mar 7, 2024
2 parents c371096 + 41611eb commit 94c9fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/set_response_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm install @octokit/action
- uses: actions/github-script@v6.0.7
- run: npm install @octokit/action@6.0.6
- uses: actions/github-script@v6
id: set-time
with:
result-encoding: string
Expand Down

0 comments on commit 94c9fb7

Please sign in to comment.