We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9e7ac commit e7746e6Copy full SHA for e7746e6
.github/workflows/publish.yml
@@ -37,6 +37,9 @@ jobs:
37
38
- uses: actions/checkout@v2
39
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}
43
- uses: dorny/paths-filter@v2
44
id: changes
45
with:
0 commit comments