Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 966f61d

Browse files
authored
fix: json profile source action (#10000)
1 parent 9ba3817 commit 966f61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-profile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: JSON Profile API check
1+
name: JSON Profile source check
22

33
on:
44
pull_request:
@@ -34,5 +34,5 @@ jobs:
3434
- name: Check if source is database
3535
if: steps.myRequest.outputs.response != '' && fromJson(steps.myRequest.outputs.response).source == 'database'
3636
run: |
37-
echo "${{ github.event.pull_request.user.login }}'s Profile is already in database"
37+
echo "${{ github.event.pull_request.user.login }}'s Profile is already in database - you are already using forms, please continue to use them"
3838
exit 1

0 commit comments

Comments
 (0)