Skip to content

Commit cc86d93

Browse files
committed
notify
1 parent b59a770 commit cc86d93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/component-library-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
.github
6464
lfs: true
6565

66+
- name: Notify Eyes of Push
67+
run: |
68+
curl -L -d '' -X POST "$APPLITOOLS_SERVER_URL/api/externals/github/push?apiKey=$APPLITOOLS_API_KEY&CommitSha=$APPLITOOLS_BATCH_ID&BranchName=$GITHUB_REPOSITORY/$GITHUB_REF_NAME&ParentBranchName=staging"
69+
6670
- name: Setup Frontend
6771
uses: ./.github/actions/frontend/setup
6872

0 commit comments

Comments
 (0)