Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 25, 2024
1 parent 0d9e7ac commit e7746e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:

- uses: actions/checkout@v2

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

0 comments on commit e7746e6

Please sign in to comment.