Skip to content

Commit

Permalink
Merge pull request #64 from LambdaTest/fix/cicd
Browse files Browse the repository at this point in the history
updated environment variable syntax
  • Loading branch information
Shahid-LT authored Mar 14, 2022
2 parents 9481952 + 0079ecc commit b66d8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Build Cloud Runners
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/dev' }}
run: |
curl -X POST "https://api.github.com/repos/LambdaTest/test-at-scale-deployment/actions/workflows/main.yml/dispatches" -H "Authorization:Bearer ${{ secrets.GH_API_TOKEN }}" -d '{"ref":"'${GITHUB_REF_SLUG}'"}'
curl -X POST "https://api.github.com/repos/LambdaTest/test-at-scale-deployment/actions/workflows/main.yml/dispatches" -H "Authorization:Bearer ${{ secrets.GH_API_TOKEN }}" -d '{"ref":"${{env.GITHUB_REF_SLUG}}"}'
- name: Setup Docker Image Tags
run: |
Expand Down

0 comments on commit b66d8e8

Please sign in to comment.