Skip to content

Commit c8f5fae

Browse files
authored
Merge pull request #10 from LuisLiraC/fix/docs
fix example and ad warning to README
2 parents 1b035e8 + 784da79 commit c8f5fae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Git Diff example
33
on:
44
push:
55
branches:
6-
- example/*
6+
- example-*
77

88
jobs:
99
check_diff:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ jobs:
5454
echo "Files: ${{ steps.diff.outputs.DIFF_FILES }}"
5555
echo "Count: ${{ steps.diff.outputs.DIFF_COUNT }}"
5656
```
57+
58+
> [!WARNING]
59+
> At this moment the action does not support branches with `/` in the name. For example, `feature/branch` will not work.

0 commit comments

Comments
 (0)