mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 14:59:06 +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:
|
verify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-ubuntu-latest, build-windows-latest, build-macos-latest]
|
needs: [build]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user