mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-23 00:36:10 +08:00
ci(github): improve system performance and stability
- Downgrade `tj-actions/changed-files` action from version `v46` to `v45` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
ad9a378b7f
commit
f042d742db
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v46
|
uses: tj-actions/changed-files@v45
|
||||||
with:
|
with:
|
||||||
since_last_remote_commit: true
|
since_last_remote_commit: true
|
||||||
separator: ","
|
separator: ","
|
||||||
|
Loading…
Reference in New Issue
Block a user