-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore: upgrade nodejs version #132
base: master
Are you sure you want to change the base?
Conversation
c864965
to
3297181
Compare
@say8425 I will have a look at test-github-actions later, don't know why is failing. |
Looks the test was failed. This gh action has a test that really request getting a AWS secret manager key-value. Test log says getting a value is nothing. |
Will have a look to see what is going on. |
@@ -3,7 +3,6 @@ const aws = require('aws-sdk') | |||
const fs = require('fs') | |||
|
|||
const outputPath = core.getInput('OUTPUT_PATH') | |||
const secretName = core.getInput('SECRET_NAME') |
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.
I think secretName
was removed make this action failed. How about recover it?
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.
Looks like that. We will have a look at it
Upgrade nodejs version to 20. Closes #131