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

REF is undefined even it is passed in github action build.js #3614

Closed
clearloop opened this issue Dec 21, 2023 · 1 comment
Closed

REF is undefined even it is passed in github action build.js #3614

clearloop opened this issue Dec 21, 2023 · 1 comment
Assignees
Labels
C0-bug Something isn't working

Comments

@clearloop
Copy link
Contributor

Problem

https://github.com/gear-tech/gear/actions/runs/7286236014/job/19858315381?pr=3603

Steps

this seems happen on A2-mergeongreen only for now, for the debug logs, it shows the passed env is

 env:
    HEAD_SHA: d7c44036305fe78861475ce6ad756dd1bd59e3cd
    LABEL: A2-mergeoncegreen
    REF: cl/sandbox-deps
    TITLE: chore(sandbox): use sp-wasm-interface-common instead of sp-wasm-interface
    NUMBER: 3603
    REPO: gear-tech/gear

however, still got

TypeError: Cannot read properties of undefined (reading 'startsWith')
    at skip (/home/runner/work/gear/gear/.github/actions/label/build.js:27:28)

Possible Solution

No response

Notes

No response

Relevant Log Output

Click to expand/collapse

<Paste your log here>

@clearloop
Copy link
Contributor Author

could be a bug of github actions, switch to https://github.com/gear-tech/fork-action later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C0-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant