We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79048b commit e8869d7Copy full SHA for e8869d7
.github/workflows/component-library-deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Notify Eyes of Push
21
if: github.event_name == 'push'
22
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"
+ 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"
24
25
ci:
26
uses: ./.github/workflows/component-library-ci.yml
0 commit comments