18
18
token : ${{ secrets.CI_USER_TOKEN }}
19
19
repository : ' optimizely/travisci-tools'
20
20
path : ' home/runner/travisci-tools'
21
- ref : ' master '
21
+ ref : ' mnoman/gitActions '
22
22
- name : set SDK Branch if PR
23
23
if : ${{ github.event_name == 'pull_request' }}
24
24
run : |
@@ -35,15 +35,15 @@ jobs:
35
35
BUILD_NUMBER : ${{ github.run_id }}
36
36
TESTAPP_BRANCH : master
37
37
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
38
- TRAVIS_EVENT_TYPE : ${{ github.event_name }}
39
- TRAVIS_REPO_SLUG : ${{ github.repository }}
40
- TRAVIS_PULL_REQUEST_SLUG : ${{ github.repository }}
38
+ EVENT_TYPE : ${{ github.event_name }}
39
+ GITHUB_CONTEXT : ${{ toJson(github) }}
40
+ # REPO_SLUG: ${{ github.repository }}
41
+ PULL_REQUEST_SLUG : ${{ github.repository }}
41
42
UPSTREAM_REPO : ${{ github.repository }}
42
- TRAVIS_COMMIT : ${{ github.sha }}
43
- TRAVIS_PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
44
- TRAVIS_PULL_REQUEST : ${{ github.event.pull_request.number }}
43
+ PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
44
+ PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
45
45
UPSTREAM_SHA : ${{ github.sha }}
46
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
46
+ TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
47
47
EVENT_MESSAGE : ${{ github.event.message }}
48
48
HOME : ' home/runner'
49
49
run : |
0 commit comments