Skip to content

Commit

Permalink
chore: update name of input
Browse files Browse the repository at this point in the history
  • Loading branch information
MoumitaM committed Sep 2, 2024
1 parent c7e8fc4 commit a8af2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browserstack-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
options:
- staging
- production
version:
sdkVersion:
description: Version of the SDK
required: true

Expand All @@ -23,4 +23,4 @@ jobs:
-H "Authorization: token ${{ secrets.PAT }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/rudderlabs/rudder-client-side-test/dispatches \
-d '{"event_type":"triggered_by_source_repo", "client_payload": {"environment": "${{ github.event.inputs.environment }}", "version": "${{ github.event.inputs.version }}"}}'
-d '{"event_type":"triggered_by_source_repo", "client_payload": {"environment": "${{ github.event.inputs.environment }}", "sdkVersion": "${{ github.event.inputs.sdkVersion }}"}}'

0 comments on commit a8af2f9

Please sign in to comment.