File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 4141 GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
4242 EVENT_TYPE : ${{ github.event_name }}
4343 GITHUB_CONTEXT : ${{ toJson(github) }}
44- # REPO_SLUG: ${{ github.repository }}
4544 PULL_REQUEST_SLUG : ${{ github.repository }}
4645 UPSTREAM_REPO : ${{ github.repository }}
4746 PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change @@ -31,19 +31,17 @@ jobs:
3131
3232 integration_tests :
3333 if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
34- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@mnoman/fsc-gitaction-test
34+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
3535 secrets :
3636 CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
37- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
3837
3938 fullstack_production_suite :
4039 if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
41- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@master
40+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
4241 with :
4342 FULLSTACK_TEST_REPO : ProdTesting
4443 secrets :
4544 CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
46- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
4745
4846 test :
4947 if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
You can’t perform that action at this time.
0 commit comments