mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: precommit for blame-ignore + bypass on artifact missing
This commit is contained in:
3
.github/workflows/blame-ignore.yml
vendored
3
.github/workflows/blame-ignore.yml
vendored
@@ -19,9 +19,10 @@ jobs:
|
||||
- name: Download last checked commit artifact
|
||||
id: download_artifact
|
||||
uses: actions/download-artifact@v4.1.8
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: artifact-last-blame-ignore-commit
|
||||
|
||||
|
||||
- name: Get last checked commit
|
||||
id: get_last_commit
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user