Skip to content

Commit

Permalink
fixing octokit error on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Nov 7, 2023
1 parent 24e5615 commit 4240662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
description: "A GitHub token used for making requests to Github's API"
default: ${{ github.token }}
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
icon: 'check'
Expand Down

0 comments on commit 4240662

Please sign in to comment.