Skip to content

Commit 4b4bf18

Browse files
author
Spencer Cai
authored
Update README.md
1 parent 5580687 commit 4b4bf18

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# git-branch-behind-main
22

3-
Check whether the current branch is behind main
3+
Check whether the current branch is behind main.
4+
5+
Just add the following step to your workflow:
6+
7+
```yaml
8+
- name: git-branch-behind-main
9+
uses: spencercjh/git-branch-behind-main@v1.0.0
10+
```
11+
12+
## TBD
13+
14+
1. Now only the Chinese error message is available, which should be configurable

0 commit comments

Comments
 (0)