We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bb5ac commit 451a007Copy full SHA for 451a007
.github/workflows/testcf.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v4
11
- - name: List all added files
+ - name: List all changed files
12
env:
13
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
14
run: |
0 commit comments