Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Find changed files
id: changed_files
if: github.event_name == 'pull_request'
uses: tj-actions/changed-files@445b0eb32849cdd5b22a390bf0568af00ed4ca34
uses: tj-actions/changed-files@2bb135777322059ee3a3c9239999b159ff49febc
with:
files: src/**/*
dir_names: true
Expand Down
Loading