We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6824376 commit 47d616cCopy full SHA for 47d616c
.github/workflows/integration_test.yml
@@ -17,8 +17,8 @@ jobs:
17
with:
18
# You should create a personal access token and store it in your repository
19
token: ${{ secrets.CI_USER_TOKEN }}
20
- repository: 'optimizely/travisci-tools'
21
- path: 'home/runner/travisci-tools'
+ repository: 'optimizely/ci-helper-tools'
+ path: 'home/runner/ci-helper-tools'
22
ref: 'master'
23
- name: set SDK Branch if PR
24
env:
@@ -51,4 +51,4 @@ jobs:
51
HOME: 'home/runner'
52
run: |
53
echo "$GITHUB_CONTEXT"
54
- home/runner/travisci-tools/trigger-script-with-status-update.sh
+ home/runner/ci-helper-tools/trigger-script-with-status-update.sh
0 commit comments