mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 03:39:08 +08:00
Fix needs dependency
This commit is contained in:
parent
e1f6cb00bd
commit
6c90dc8898
2
.github/workflows/artifact-tests.yml
vendored
2
.github/workflows/artifact-tests.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
|
||||
verify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-ubuntu-latest, build-windows-latest, build-macos-latest]
|
||||
needs: [build]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user