Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored May 29, 2024
1 parent 9d6cacf commit d6bad9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Reproduction for [Renovate issue 12260](https://github.com/renovatebot/renovate/

## Current behavior

Renovate removes comments from `jobs.jobname.steps.uses` even when commit hash pinning is disabled.
Renovate removes comments from `jobs.jobname.steps.uses`, even when commit hash pinning is disabled.

```yaml
jobs:
Expand All @@ -22,7 +22,7 @@ jobs:
### Commit hash pinning disabled
Renovate keeps original comment if commit hash pinning is disabled.
If commit hash pinning is disabled, then Renovate keeps the original comment.
```yaml
Expand All @@ -39,7 +39,7 @@ jobs:
### Commit hash pinning enabled
When commit hash pinning is enabled, then Renovate puts the tag right behind the action name, and moves the original comment further down the line.
If commit hash pinning is enabled, then Renovate puts the tag right behind the action name, and moves the original comment further down the line.
```yaml
jobs:
Expand Down

0 comments on commit d6bad9a

Please sign in to comment.