Skip to content
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

v1.4.0 broken #129

Closed
clintonb opened this issue Feb 8, 2024 · 5 comments
Closed

v1.4.0 broken #129

clintonb opened this issue Feb 8, 2024 · 5 comments

Comments

@clintonb
Copy link

clintonb commented Feb 8, 2024

My builds are broken since 1.4.0 was released. I was pinned to master, per the README. I tried pinning to v1 to no relief:

Download action repository 'Wandalen/wretry.action@v1.4.0_js_action' (SHA:c8427dc2fabe30444af38027fc26d5346d2d1d53)
Error: Wandalen/wretry.action/v1.4.0_js_action/action.yml (Line: 39, Col: 18): Unrecognized named-value: 'inputs'. Located at position 9 within expression: toJSON( inputs )
Error: Fail to load Wandalen/wretry.action/v1.4.0_js_action/action.yml
@clintonb
Copy link
Author

clintonb commented Feb 8, 2024

cc @Wandalen @dmvict

@dmvict
Copy link
Collaborator

dmvict commented Feb 8, 2024

Hello @clintonb
Please, try v1.4.1

jeff-mccoy added a commit to defenseunicorns/uds-core that referenced this issue Feb 8, 2024
@jeff-mccoy
Copy link

on 1.4.1:

node:internal/modules/cjs/loader:1051
  throw err;
  ^

Error: Cannot find module 'undici'
Require stack:
- /home/runner/work/_actions/Wandalen/wretry.action/v1.4.1_js_action/node_modules/@actions/http-client/lib/index.js
- /home/runner/work/_actions/Wandalen/wretry.action/v1.4.1_js_action/node_modules/@actions/core/lib/oidc-utils.js
- /home/runner/work/_actions/Wandalen/wretry.action/v1.4.1_js_action/node_modules/@actions/core/lib/core.js
- /home/runner/work/_actions/Wandalen/wretry.action/v1.4.1_js_action/src/Post.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
    at Module._load (node:internal/modules/cjs/loader:901:2[7](https://github.com/defenseunicorns/uds-core/actions/runs/7826731562/job/21353170542?pr=154#step:15:7))
    at Module.require (node:internal/modules/cjs/loader:1115:19)
    at require (node:internal/modules/helpers:130:1[8](https://github.com/defenseunicorns/uds-core/actions/runs/7826731562/job/21353170542?pr=154#step:15:8))
    at Object.<anonymous> (/home/runner/work/_actions/Wandalen/wretry.action/v1.4.1_js_action/node_modules/@actions/http-client/lib/index.js:41:18)
    at Module._compile (node:internal/modules/cjs/loader:1241:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:12[9](https://github.com/defenseunicorns/uds-core/actions/runs/7826731562/job/21353170542?pr=154#step:15:9)5:[10](https://github.com/defenseunicorns/uds-core/actions/runs/7826731562/job/21353170542?pr=154#step:15:10))
    at Module.load (node:internal/modules/cjs/loader:1091:32)
    at Module._load (node:internal/modules/cjs/loader:938:12)
    at Module.require (node:internal/modules/cjs/loader:[11](https://github.com/defenseunicorns/uds-core/actions/runs/7826731562/job/21353170542?pr=154#step:15:11)[15](https://github.com/defenseunicorns/uds-core/actions/runs/7826731562/job/21353170542?pr=154#step:15:15):[19](https://github.com/defenseunicorns/uds-core/actions/runs/7826731562/job/21353170542?pr=154#step:15:19)) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/runner/work/_actions/Wandalen/wretry.action/v1.4.1_js_action/node_modules/@actions/http-client/lib/index.js',
    '/home/runner/work/_actions/Wandalen/wretry.action/v1.4.1_js_action/node_modules/@actions/core/lib/oidc-utils.js',
    '/home/runner/work/_actions/Wandalen/wretry.action/v1.4.1_js_action/node_modules/@actions/core/lib/core.js',
    '/home/runner/work/_actions/Wandalen/wretry.action/v1.4.1_js_action/src/Post.js'
  ]
}

Node.js v[20](https://github.com/defenseunicorns/uds-core/actions/runs/7826731562/job/21353170542?pr=154#step:15:20).8.1
Post job cleanup.

@dmvict
Copy link
Collaborator

dmvict commented Feb 8, 2024

@clintonb
I fixed the issue.
v1.4.4

@dmvict dmvict closed this as completed Feb 12, 2024
@clintonb
Copy link
Author

Apologies for the delay. I've confirmed 1.4.5 works.

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

No branches or pull requests

3 participants