We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83eb686 commit 652c443Copy full SHA for 652c443
.github/workflows/deploy.yml
@@ -36,12 +36,12 @@ jobs:
36
run: cd ./react/
37
- name: Check yarn.lock Exist
38
id: check_yarn
39
- uses: thebinaryfelix/check-file-existence-action@v1
+ uses: andstor/file-existence-action@v3
40
with:
41
files: 'yarn.lock'
42
- name: Check package.json Exist
43
id: check_package
44
45
46
files: 'package.json'
47
- name: Detect package manager
0 commit comments