OpenAstronomy / OpenAstronomy/github-actions-workflows
Why publish.yml flip between sh and bash?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 21
- Forks
- 27
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 1
Description
https://github.com/OpenAstronomy/github-actions-workflows/blob/main/.github/workflows/publish.yml uses both shell: sh and shell: bash which is really confusing. I find that conditional does not work at https://github.com/OpenAstronomy/github-actions-workflows/issues/149#issuecomment-1685080175 and I am not sure how to fix it here.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/workflows/publish.yml and compare the steps using shell: sh and shell: bash. Read the referenced comment on issue #149 and libERFA PR #111 for context on the conditional behavior. Done means the workflow's shell usage is consistent and the conditional behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, github-actions, shell
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100