Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Jan 4, 2020
1 parent 951e259 commit 335c3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Examples

This document details some command patterns and examples.
This document details command patterns and examples.

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

0 comments on commit 335c3a1

Please sign in to comment.