Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Jan 30, 2024
1 parent 8ab0200 commit 45fb19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/git/Push.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
@Example(
title = "Clone the main branch, generate a file in a script, and then push that new file to Git. " +
"Since we're in a working directory with a `.git` directory, you don't need to specify the URL in the Push task. " +
"However, the Git credentials always need to be explicitly provided on both Clone and Push tasks (unless using [task defaults](https://kestra.io/docs/concepts/task-defaults)).",
"However, the Git credentials always need to be explicitly provided on both Clone and Push tasks (unless using task defaults).",
full = true,
code = {
"id: push_new_file_to_git",
Expand Down

0 comments on commit 45fb19a

Please sign in to comment.