We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46397f4 commit e8f7e95Copy full SHA for e8f7e95
.github/workflows/preview-release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Find changed files
31
id: changed_files
32
if: github.event_name == 'pull_request'
33
- uses: tj-actions/changed-files@2036da178f85576f1940fedb74bb93a36cd89ab7
+ uses: tj-actions/changed-files@28cf3adc4b6dbff2746d5216da021a10e53b4f58
34
with:
35
files: src/**/*
36
dir_names: true
0 commit comments