We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c41c4a commit 70f6d15Copy full SHA for 70f6d15
1 file changed
.github/workflows/integration_test.yml
@@ -37,7 +37,7 @@ jobs:
37
REPO_SLUG: optimizely/react-sdk-e2e-tests
38
FULLSTACK_TEST_REPO: ${{ inputs.FULLSTACK_TEST_REPO }}
39
BUILD_NUMBER: ${{ github.run_id }}
40
- TESTAPP_BRANCH: master
+ TESTAPP_BRANCH: 3.x.x
41
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
42
EVENT_TYPE: ${{ github.event_name }}
43
GITHUB_CONTEXT: ${{ toJson(github) }}
@@ -50,4 +50,4 @@ jobs:
50
EVENT_MESSAGE: ${{ github.event.message }}
51
HOME: 'home/runner'
52
run: |
53
- home/runner/travisci-tools/trigger-script-with-status-update.sh main
+ home/runner/travisci-tools/trigger-script-with-status-update.sh 3.x.x
0 commit comments