File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -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 : |
Original file line number Diff line number Diff line change 26
26
27
27
integration_tests :
28
28
if : " ${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
29
- uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
29
+ uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@uzair/test-with-fsc
30
30
secrets :
31
31
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
32
32
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
You can’t perform that action at this time.
0 commit comments