We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5580687 commit 4b4bf18Copy full SHA for 4b4bf18
1 file changed
README.md
@@ -1,3 +1,14 @@
1
# git-branch-behind-main
2
3
-Check whether the current branch is behind main
+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