Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Clarified nomenclature to show the exact location of changes being observed by the paths-filter custom action.
  • Loading branch information
Reikyo authored Nov 12, 2024
1 parent b061530 commit 79b65f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
id: filter
with:
filters: |
src:
src_templates:
- 'src/templates/**'
- name: Increment Version (for security - and CSP asset alignment - every change to the template files is a breaking change)
if: steps.filter.outputs.src == 'true'
if: steps.filter.outputs.src_templates == 'true'
run: npm version major
- name: Install and Build using incremented version
run: npm ci
Expand Down

0 comments on commit 79b65f0

Please sign in to comment.