-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update packages #131
base: main
Are you sure you want to change the base?
Update packages #131
Conversation
@microsoft-github-policy-service agree [company="Keyfactor"] |
@microsoft-github-policy-service agree company="Keyfactor" |
src/main.ts
Outdated
@@ -128,7 +129,11 @@ async function run(): Promise<void> { | |||
core.addPath(toolFolderPath) | |||
core.debug(`Tool path added to PATH: ${toolFolderPath}`) | |||
} catch (error) { | |||
core.setFailed(error.message) | |||
let errorMessage = 'Failed to do something exceptional' |
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.
Why this change?
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.
Sorry, testing artifact leftover.
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.
No, actually... this is just from downloading, using npm to clean and reinstall with the latest dependencies. I changed the transpiler to vercel from zeit but left everything else the same. I wish I could say more. Feel free to reject the udpate until I can recreate.
Thanks for the PR -- will look at dependency updates in next release. |
Fixes #130