Skip to content

Commit 0cf2544

Browse files
update yml
1 parent 2ec3216 commit 0cf2544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration_test.yml

+3-3
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/ci-helper-tools'
21-
path: 'home/runner/ci-helper-tools'
20+
repository: 'optimizely/travisci-tools'
21+
path: 'home/runner/travisci-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/ci-helper-tools/trigger-script-with-status-update.sh
53+
home/runner/travisci-tools/trigger-script-with-status-update.sh

0 commit comments

Comments
 (0)