mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
chore(artifacts.yml): update the syntax for specifying changed files in the 'changed-files-specific' step to improve readability and maintainability
This commit is contained in:
6
.github/workflows/artifacts.yml
vendored
6
.github/workflows/artifacts.yml
vendored
@@ -18,9 +18,9 @@ jobs:
|
||||
id: changed-files-specific
|
||||
uses: tj-actions/changed-files@v40
|
||||
with:
|
||||
files:
|
||||
- package.json
|
||||
- assets/**
|
||||
files: |
|
||||
package.json
|
||||
assets/**
|
||||
|
||||
- name: Run step if any file(s) in the scope change
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
|
||||
Reference in New Issue
Block a user