Skip to content

Commit 9805c5d

Browse files
committed
variables and branch changed
1 parent 47d0a05 commit 9805c5d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/integration_tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ secrets.CI_USER_TOKEN }}
1919
repository: 'optimizely/travisci-tools'
2020
path: 'home/runner/travisci-tools'
21-
ref: 'master'
21+
ref: 'mnoman/gitActions'
2222
- name: set SDK Branch if PR
2323
if: ${{ github.event_name == 'pull_request' }}
2424
run: |
@@ -35,15 +35,15 @@ jobs:
3535
BUILD_NUMBER: ${{ github.run_id }}
3636
TESTAPP_BRANCH: master
3737
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 }}
4142
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 }}
4545
UPSTREAM_SHA: ${{ github.sha }}
46-
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
46+
TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
4747
EVENT_MESSAGE: ${{ github.event.message }}
4848
HOME: 'home/runner'
4949
run: |

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
integration_tests:
2828
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
3030
secrets:
3131
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
3232
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}

0 commit comments

Comments
 (0)