fix: When restoring files with long file names from trash, the prompt window icon and file size display error for replacing existing files #29
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: debianCheck | |
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened] | |
permissions: | |
pull-requests: write | |
contents: read | |
checks: read | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
debian-check: | |
uses: linuxdeepin/.github/.github/workflows/debian-check.yml@master | |
with: | |
job_name: "debian-check" | |