We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec3216 commit 0cf2544Copy full SHA for 0cf2544
.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/ci-helper-tools'
21
- path: 'home/runner/ci-helper-tools'
+ repository: 'optimizely/travisci-tools'
+ path: 'home/runner/travisci-tools'
22
ref: 'master'
23
- name: set SDK Branch if PR
24
env:
@@ -50,4 +50,4 @@ jobs:
50
HOME: 'home/runner'
51
run: |
52
echo "$GITHUB_CONTEXT"
53
- home/runner/ci-helper-tools/trigger-script-with-status-update.sh
+ home/runner/travisci-tools/trigger-script-with-status-update.sh
0 commit comments