Skip to content

Commit d79048b

Browse files
committed
notify
1 parent 70458da commit d79048b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Notify Eyes of Push
2121
if: github.event_name == 'push'
2222
run: |
23-
curl -L -d '' -X POST "https://eyesapi.applitools.com/api/externals/github/push?apiKey=${{ secrets.APPLITOOLS_API_KEY }}&CommitSha=$APPLITOOLS_BATCH_ID&BranchName=${{ github.repository }}/${{ github.ref_name }}&ParentBranchName=staging"
23+
curl -L -d '' -X POST "https://eyesapi.applitools.com/api/externals/github/push?apiKey=${{ secrets.APPLITOOLS_API_KEY }}&CommitSha=${APPLITOOLS_BATCH_ID}&BranchName=${{ github.repository }}/${{ github.ref_name }}&ParentBranchName=staging"
2424
2525
ci:
2626
uses: ./.github/workflows/component-library-ci.yml

frontend/packages/component-library/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @code-dot-org/component-library - Design System for Code.org
22

3+
4+
35
Welcome to the Code.org Design System Component Library! This repository contains the design system used across Code.org's frontend applications to ensure consistency and reusability of UI components.
46

57
## Table of Contents

0 commit comments

Comments
 (0)