Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed May 15, 2024
1 parent 8b0ba17 commit eb28f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/git/PushFlows.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Using this task, you can push one or more flows from a given namespace (and opti
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}" # optional, required for private repositories
branch: kestra # optional, uses "kestra" by default
commitMessage: "add flows {{ now() }}" # optional string
dryRun: true # if true, you'll see what files will be added, modified or deleted based on the Git version without overwriting the files yet
dryRun: true # if true, you'll see what files will be added, modified or deleted based on the state in Git without overwriting the files yet
\s
triggers:
- id: schedule_push
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/git/PushNamespaceFiles.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}" # optional, required for private repositories
branch: dev # optional, uses "kestra" by default
commitMessage: "add namespace files" # optional string
dryRun: true # if true, you'll see what files will be added, modified or deleted based on the Git version without overwriting the files yet
dryRun: true # if true, you'll see what files will be added, modified or deleted based on the state in Git without overwriting the files yet
\s
triggers:
- id: schedule_push_to_git
Expand All @@ -71,7 +71,7 @@
\s
inputs:
- id: file_to_commit
type: FILE
type: STRING
\s
tasks:
- id: commit_and_push
Expand Down

0 comments on commit eb28f8c

Please sign in to comment.