We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951e259 commit 335c3a1Copy full SHA for 335c3a1
examples.md
@@ -1,6 +1,6 @@
1
# Examples
2
3
-This document details some command patterns and examples.
+This document details command patterns and examples.
4
5
- [Use case: Execute command using a specific repository branch](#execute-command-using-a-specific-repository-branch)
6
- [Use case: Execute command to modify a pull request branch](#execute-command-to-modify-a-pull-request-branch)
@@ -82,7 +82,7 @@ jobs:
82
# Commit changes to the PR branch
83
- name: Commit changes to the PR branch
84
run: |
85
- # TODO Make changes to commit here
+ # Make changes to commit here
86
#
87
git config --global user.name 'actions-bot'
88
git config --global user.email '[email protected]'
0 commit comments