Skip to content

Commit 6c4ea48

Browse files
[FSSDK-10880] syntax fix
1 parent 77b4555 commit 6c4ea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout branch
1515
uses: actions/checkout@v3
1616
with:
17-
token: ${{ secrets.CI_USER_TOKEN || secrets.GITHUB_TOKEN }}`
17+
token: ${{ secrets.CI_USER_TOKEN || secrets.GITHUB_TOKEN }}
1818
repository: 'optimizely/travisci-tools'
1919
path: 'home/runner/travisci-tools'
2020
ref: 'master'

0 commit comments

Comments
 (0)