Skip to content

Conversation

@billyvg
Copy link
Member

@billyvg billyvg commented Aug 30, 2021

No description provided.

@billyvg billyvg merged commit 38a3ce5 into main Aug 30, 2021
@billyvg billyvg deleted the feat/upgrade-octokit-deps branch August 30, 2021 19:48
NolaBash added a commit to NolaBash/action-github-app-token that referenced this pull request Dec 24, 2021
Copy link

@HTC37 HTC37 left a 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.

- name: build
run: yarn build
run: yarn dist

This comment was marked as spam.

yarn lint
yarn format-check
- name: build

This comment was marked as spam.

yarn format-check
- name: build
run: yarn build

This comment was marked as spam.

yarn format-check
- name: build
run: yarn build

This comment was marked as spam.

},
"dependencies": {
"@actions/core": "^1.2.6",
"@octokit/auth-app": "^2.4.14",

This comment was marked as spam.

"node-fetch": "^2.6.1"
},
"dependencies": {
"@actions/core": "^1.2.6",

This comment was marked as spam.

// @ts-expect-error
core.setOutput('token', resp.token);
} catch (error) {
core.setFailed(error.message);

This comment was marked as spam.

} catch (error) {
core.setFailed(error.message);
if (error instanceof Error) {
core.setFailed(error.message);

This comment was marked as spam.

core.setFailed(error.message);
if (error instanceof Error) {
core.setFailed(error.message);
}

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants