Skip to content

Commit 10ba853

Browse files
Update integration_tests.yml
1 parent b3651f6 commit 10ba853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
with:
1717
# You should create a personal access token and store it in your repository
1818
token: ${{ secrets.CI_USER_TOKEN }}
19-
repository: 'optimizely/travisci-tools'
20-
path: 'home/runner/travisci-tools'
19+
repository: 'optimizely/ci-helper-tools'
20+
path: 'home/runner/ci-helper-tools'
2121
ref: 'master'
2222
- name: set SDK Branch if PR
2323
env:
@@ -51,4 +51,4 @@ jobs:
5151
EVENT_MESSAGE: ${{ github.event.message }}
5252
HOME: 'home/runner'
5353
run: |
54-
home/runner/travisci-tools/trigger-script-with-status-update.sh
54+
home/runner/ci-helper-tools/trigger-script-with-status-update.sh

0 commit comments

Comments
 (0)