Skip to content

Commit 335c3a1

Browse files
committed
Update examples
1 parent 951e259 commit 335c3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

3-
This document details some command patterns and examples.
3+
This document details command patterns and examples.
44

55
- [Use case: Execute command using a specific repository branch](#execute-command-using-a-specific-repository-branch)
66
- [Use case: Execute command to modify a pull request branch](#execute-command-to-modify-a-pull-request-branch)
@@ -82,7 +82,7 @@ jobs:
8282
# Commit changes to the PR branch
8383
- name: Commit changes to the PR branch
8484
run: |
85-
# TODO Make changes to commit here
85+
# Make changes to commit here
8686
#
8787
git config --global user.name 'actions-bot'
8888
git config --global user.email '[email protected]'

0 commit comments

Comments
 (0)