Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix help text
  • Loading branch information
DaeunYim committed May 4, 2021
commit 53aea5158475371b2fa4df3f83493bb60de0fcec
Original file line number Diff line number Diff line change
Expand Up @@ -334,5 +334,5 @@
short-summary: Run an existing workflow in your github repository
examples:
- name: Run an existing workflow in your github repository
text: az postgres deploy run --action-name testAction --branch userBranch
text: az mysql flexible-server deploy run --action-name testAction --branch userBranch
"""
Original file line number Diff line number Diff line change
Expand Up @@ -315,5 +315,5 @@
short-summary: Run an existing workflow in your github repository
examples:
- name: Run an existing workflow in your github repository
text: az postgres deploy run --action-name testAction --branch userBranch
text: az postgres flexible-server deploy run --action-name testAction --branch userBranch
"""