Skip to content

Commit e7746e6

Browse files
committed
Added comment
1 parent 0d9e7ac commit e7746e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737

3838
- uses: actions/checkout@v2
3939

40+
## Check if there are modifications in the base/ directory
41+
## and store it in the variable `steps.changes.outputs.base`
42+
## The variable is built like: steps.{#id}.outputs.{#filter}
4043
- uses: dorny/paths-filter@v2
4144
id: changes
4245
with:

0 commit comments

Comments
 (0)