File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,10 @@ jobs:
31
31
env :
32
32
SDK : react
33
33
REPO_SLUG : optimizely/react-sdk-e2e-tests
34
- FULLSTACK_TEST_REPO : ${{ inputs.FULLSTACK_TEST_REPO }}
35
34
BUILD_NUMBER : ${{ github.run_id }}
36
35
TESTAPP_BRANCH : master
37
36
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
38
37
TRAVIS_EVENT_TYPE : ${{ github.event_name }}
39
- GITHUB_CONTEXT : ${{ toJson(github) }}
40
38
TRAVIS_REPO_SLUG : ${{ github.repository }}
41
39
TRAVIS_PULL_REQUEST_SLUG : ${{ github.repository }}
42
40
UPSTREAM_REPO : ${{ github.repository }}
48
46
EVENT_MESSAGE : ${{ github.event.message }}
49
47
HOME : ' home/runner'
50
48
run : |
51
- echo "$GITHUB_CONTEXT"
52
- home/runner/travisci-tools/trigger-script-with-status-update.sh
49
+ home/runner/travisci-tools/trigger-script-with-status-update.sh main
You can’t perform that action at this time.
0 commit comments