Skip to content

Commit

Permalink
style: 🚨 lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Feb 4, 2024
1 parent 238c023 commit ac34332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ If you want to avoid this situation, you can instruct this action to clean up ol

This feature will force delete files if those are deelted within the source repository.

:warning: it is highly related to the `git_remote_pull_params` config parameter. It won't work with the default. You need to change this one e.g. to `git_remote_pull_params: --allow-unrelated-histories --strategy=recursive --no-edit`.
:warning: it is highly related to the `git_remote_pull_params` config parameter and won't work with the default.
You need to change the default one e.g. to `git_remote_pull_params: --allow-unrelated-histories --strategy=recursive --no-edit`.

## Troubleshooting

Expand Down

0 comments on commit ac34332

Please sign in to comment.