Skip to content

Commit 57116ac

Browse files
authored
docs: Remove the url link
1 parent 77c5b41 commit 57116ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
| branch | string | (default) | Destination branch to push changes. <br /> Can be passed in using `${{ github.ref }}`. |
279279
| force | boolean | false | Determines if force push is used. |
280280
| force_with_lease | boolean | false | Determines if force-with-lease push is used. Please specify the corresponding branch inside `ref` section of the checkout action e.g. `ref: ${{ github.head_ref }}`. Be aware, if you want to update the branch and the corresponding tag please use the `force` parameter instead of the `force_with_lease` option. |
281-
| atomic | boolean | true | Determines if [atomic](https://git-scm.com/docs/git-push#Documentation/git-push.txt---no-atomic) push is used. |
281+
| atomic | boolean | true | Determines if atomic push is used. |
282282
| push_to_submodules | string | 'on-demand' | Determines if --recurse-submodules=<strategy> is used. The value defines the used strategy. |
283283
| push_only_tags | boolean | false | Determines if the action should only push the tags, default false |
284284
| tags | boolean | false | Determines if `--tags` is used. |

0 commit comments

Comments
 (0)