chore(ci): rename filter step in CI pipeline for clarity

This commit is contained in:
taroj1205 2025-06-22 15:27:37 +12:00
parent 3fe57a2346
commit 1464de3300
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -27,7 +27,8 @@ jobs:
with:
fetch-depth: 2
- id: filter
- name: Filter Changed Files
id: filter
shell: bash
run: |
BASE_SHA="${{ github.event.pull_request.base.sha }}"