mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
refactor(ci): update output variable in check_changes job for consistency with filtering logic
This commit is contained in:
parent
e8b90d35ff
commit
0bb7da89c6
1 changed files with 5 additions and 6 deletions
3
.github/workflows/ci-pipeline.yml
vendored
3
.github/workflows/ci-pipeline.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
name: Check Changes
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
exists: ${{ steps.filter.outputs.exists }}
|
||||
exists: ${{ steps.filter.outputs.changes }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
@ -22,7 +22,6 @@ jobs:
|
|||
id: filter
|
||||
with:
|
||||
filters: |
|
||||
exists:
|
||||
- '!*.md'
|
||||
- '!.gitignore'
|
||||
- '!.gitattributes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue