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
4 changes: 2 additions & 2 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
persist-credentials: false
- name: Check .tx/config
id: check_files
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@v3
with:
files: ".tx/config"
- name: Check .tx/deepin.conf
id: check_deepin
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@v3
with:
files: ".tx/deepin.conf"
- name: Check translations config
Expand Down
Loading