Skip to content

Commit e8869d7

Browse files
committed
notify
1 parent d79048b commit e8869d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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=${{ github.sha }}&BranchName=${{ github.repository }}/${{ github.ref_name }}&ParentBranchName=staging"
2424
2525
ci:
2626
uses: ./.github/workflows/component-library-ci.yml

0 commit comments

Comments
 (0)