We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f800a2e commit 14288c6Copy full SHA for 14288c6
.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@d6f020b1d9d7992dcf07f03b14d42832f866b495
+ uses: tj-actions/changed-files@2d752abc95ba0255af33a2b4d5de03df3954cdf2
34
with:
35
files: src/**/*
36
dir_names: true
0 commit comments