-
Notifications
You must be signed in to change notification settings - Fork 90
feat: Upgrade actions/core and octokit deps
#16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 38a3ce5.
HTC37
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gh pr checkout 16
| - name: build | ||
| run: yarn build | ||
| run: yarn dist |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| - name: build | ||
| run: yarn build | ||
| run: yarn dist |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| yarn lint | ||
| yarn format-check | ||
| - name: build |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| yarn format-check | ||
| - name: build | ||
| run: yarn build |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| yarn format-check | ||
| - name: build | ||
| run: yarn build |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| }, | ||
| "dependencies": { | ||
| "@actions/core": "^1.2.6", | ||
| "@octokit/auth-app": "^2.4.14", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| "node-fetch": "^2.6.1" | ||
| }, | ||
| "dependencies": { | ||
| "@actions/core": "^1.2.6", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| // @ts-expect-error | ||
| core.setOutput('token', resp.token); | ||
| } catch (error) { | ||
| core.setFailed(error.message); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| } catch (error) { | ||
| core.setFailed(error.message); | ||
| if (error instanceof Error) { | ||
| core.setFailed(error.message); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| core.setFailed(error.message); | ||
| if (error instanceof Error) { | ||
| core.setFailed(error.message); | ||
| } |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
No description provided.