Skip to content

Commit 47d616c

Browse files
committed
clean up travis
1 parent 6824376 commit 47d616c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
# You should create a personal access token and store it in your repository
1919
token: ${{ secrets.CI_USER_TOKEN }}
20-
repository: 'optimizely/travisci-tools'
21-
path: 'home/runner/travisci-tools'
20+
repository: 'optimizely/ci-helper-tools'
21+
path: 'home/runner/ci-helper-tools'
2222
ref: 'master'
2323
- name: set SDK Branch if PR
2424
env:
@@ -51,4 +51,4 @@ jobs:
5151
HOME: 'home/runner'
5252
run: |
5353
echo "$GITHUB_CONTEXT"
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)