Open akihironitta opened 2 years ago
Your circleci workflow appears to be named build-docs, even though the job is named build-Docs
. Can you try the all-lower version? I guess our var should be named circleci-workflows:
rather than circleci-jobs
since only workflow statuses are reported (and hence it's what we use).
At least I hope that's the issue!
First of all, thank you so much for creating this very useful action!
We're trying to utilise this action, but it doesn't work. Would it be possible for you to point out any possible causes making this action not working in our setting?
Following the
README.md
, I see its debug-level log by enablingACTIONS_STEP_DEBUG=true
, but I don't see any relevant information there:Our workflow file in master:
https://github.com/PyTorchLightning/pytorch-lightning/blob/a6e9bc2943bf2c82036e31a4948bd8caa54957ee/.github/workflows/docs-link.yml
Our CircleCI job that generates artifacts: https://github.com/PyTorchLightning/pytorch-lightning/blob/a6e9bc2943bf2c82036e31a4948bd8caa54957ee/.circleci/config.yml#L162
Any help is welcome. Thank you in advance.