axodotdev / axodotdev/cargo-dist
There is no line break between `host` and the custom job
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 149
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 32
Description
```yaml
custom-${name_name}:
needs:
- plan
uses: ./.github/workflows/${name_name}.yml
with:
plan: ${{ needs.plan.outputs.val }}
secrets: inherit
# Determines if we should publish/announce
host:
needs:
- plan
- build-global-artifacts
- custom-${name_name}
```
Current behaviour:
```
secrets: inherit #
# Determines if we should publish/announce
host:
```
Expected behaviour:
```
secrets: inherit
# Determines if we should publish/announce
host:
```
Contributor guide
Research direction
Start by locating the generator or template that produces the workflow section containing custom-${name_name} and host, with the generated path shown as .github/workflows/${name_name}.yml. Compare its output with the current and expected examples, then verify that a blank line appears between secrets: inherit and the host comment in the generated workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100