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:
3131 env :
3232 SDK : react
3333 REPO_SLUG : optimizely/react-sdk-e2e-tests
34- FULLSTACK_TEST_REPO : ${{ inputs.FULLSTACK_TEST_REPO }}
3534 BUILD_NUMBER : ${{ github.run_id }}
3635 TESTAPP_BRANCH : master
3736 GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
3837 TRAVIS_EVENT_TYPE : ${{ github.event_name }}
39- GITHUB_CONTEXT : ${{ toJson(github) }}
4038 TRAVIS_REPO_SLUG : ${{ github.repository }}
4139 TRAVIS_PULL_REQUEST_SLUG : ${{ github.repository }}
4240 UPSTREAM_REPO : ${{ github.repository }}
4846 EVENT_MESSAGE : ${{ github.event.message }}
4947 HOME : ' home/runner'
5048 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