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 b3651f6 commit 10ba853Copy full SHA for 10ba853
.github/workflows/integration_tests.yml
@@ -16,8 +16,8 @@ jobs:
16
with:
17
# You should create a personal access token and store it in your repository
18
token: ${{ secrets.CI_USER_TOKEN }}
19
- repository: 'optimizely/travisci-tools'
20
- path: 'home/runner/travisci-tools'
+ repository: 'optimizely/ci-helper-tools'
+ path: 'home/runner/ci-helper-tools'
21
ref: 'master'
22
- name: set SDK Branch if PR
23
env:
@@ -51,4 +51,4 @@ jobs:
51
EVENT_MESSAGE: ${{ github.event.message }}
52
HOME: 'home/runner'
53
run: |
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