Skip to content

Commit 341f4ab

Browse files
authored
Merge pull request #13750 from ethereum/testWorkflow
Update wallets check workflow
2 parents 20bd8ca + 41275f7 commit 341f4ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wallets-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Check Wallet Data
1+
name: Check Wallet Data for new_to_crypto
22

33
on:
44
pull_request:
55
paths:
6-
- 'data/wallets/wallet-data.ts'
6+
- "data/wallets/wallet-data.ts"
77

88
jobs:
99
check_new_to_crypto:
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
1414

15-
- name: Check for "new_to_crypto: true"
15+
- name: Check for new_to_crypto
1616
id: check_new_to_crypto
1717
run: |
1818
if git diff --name-only HEAD^ | grep -q "data/wallets/wallet-data.ts"; then
@@ -24,7 +24,7 @@ jobs:
2424
fi
2525
fi
2626
27-
- name: Comment on PR if "new_to_crypto: true" is added
27+
- name: Comment on PR if new_to_crypto is added
2828
if: steps.check_new_to_crypto.outputs.new_to_crypto_found == 'true'
2929
uses: actions-ecosystem/action-add-comment@v1
3030
with:

0 commit comments

Comments
 (0)