Skip to content

Commit 4e2bb11

Browse files
update yml
1 parent 55f87b8 commit 4e2bb11

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:
@@ -50,4 +50,4 @@ jobs:
5050
HOME: 'home/runner'
5151
run: |
5252
echo "$GITHUB_CONTEXT"
53-
home/runner/travisci-tools/trigger-script-with-status-update.sh
53+
home/runner/ci-helper-tools/trigger-script-with-status-update.sh

0 commit comments

Comments
 (0)