File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ jobs:
52
52
- name : Trigger build
53
53
env :
54
54
SDK : android
55
+ FULLSTACK_TEST_REPO : ${{ inputs.FULLSTACK_TEST_REPO }}
55
56
BUILD_NUMBER : ${{ github.run_id }}
56
57
TESTAPP_BRANCH : master
57
58
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
58
- TRAVIS_EVENT_TYPE : ${{ github.event_name }}
59
+ EVENT_TYPE : ${{ github.event_name }}
59
60
GITHUB_CONTEXT : ${{ toJson(github) }}
60
- TRAVIS_REPO_SLUG : ${{ github.repository }}
61
- TRAVIS_PULL_REQUEST_SLUG : ${{ github.repository }}
61
+ # REPO_SLUG : ${{ github.repository }}
62
+ PULL_REQUEST_SLUG : ${{ github.repository }}
62
63
UPSTREAM_REPO : ${{ github.repository }}
63
- TRAVIS_COMMIT : ${{ github.sha }}
64
- TRAVIS_PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
65
- TRAVIS_PULL_REQUEST : ${{ github.event.pull_request.number }}
64
+ PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
65
+ PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
66
66
UPSTREAM_SHA : ${{ github.sha }}
67
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
67
+ TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
68
68
EVENT_MESSAGE : ${{ github.event.message }}
69
69
HOME : ' home/runner'
70
70
run : |
You can’t perform that action at this time.
0 commit comments