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

Can't use env in config file #229

Open
fewensa opened this issue Jan 15, 2022 · 1 comment
Open

Can't use env in config file #229

fewensa opened this issue Jan 15, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@fewensa
Copy link

fewensa commented Jan 15, 2022

Describe the bug
Can't not use env in slack.yml

To Reproduce

  1. Add env to action https://github.com/darwinia-network/apps-lite/blob/915e6b2a0333e75a8f9e33cd6326c1ce1f7a772c/.github/workflows/deploy-dev.yml#L54
  2. Read env from slack.yml https://github.com/darwinia-network/apps-lite/blob/915e6b2a0333e75a8f9e33cd6326c1ce1f7a772c/.github/config/slack-vercel.yml#L88
  3. https://github.com/darwinia-network/apps-lite/runs/4824566165?check_suite_focus=true#step:9:10

Expected behavior
Can read this env from slack.yml

Screenshots
image

Additional context
I'm tested use default slack.yml it works, read from env happened this error.

@satterly
Copy link
Contributor

satterly commented Jul 1, 2022

Can you enable debug and run again? Thanks.

To enable runner diagnostic logging set the ACTIONS_RUNNER_DEBUG secret to true.
To enable step debug logging set the ACTIONS_STEP_DEBUG secret to true.

@satterly satterly added the bug Something isn't working label Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants