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 fbe4ca5 commit f575ce5Copy full SHA for f575ce5
.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=${{ env.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=$APPLITOOLS_BATCH_ID&BranchName=${{ github.repository }}/${{ github.ref_name }}&ParentBranchName=staging"
24
25
ci:
26
uses: ./.github/workflows/component-library-ci.yml
0 commit comments