Skip to content

Commit 00b32f4

Browse files
committed
fix typ0
1 parent 3883d52 commit 00b32f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: append secret to secret.auto.tfvars
3737
working-directory: ./${{ env.WORKING_DIR }}
3838
run: |
39-
./append_secret.py CHROME_BIN /opt/google/chrome/google-chrome"
39+
./append_secret.py CHROME_BIN /opt/google/chrome/google-chrome
4040
./append_secret.py AUTHORITY ${{ secrets.AUTHORITY }}
4141
./append_secret.py CLIENT_ID ${{ secrets.CLIENT_ID }}
4242
./append_secret.py SCOPES ${{ secrets.SCOPES }}

0 commit comments

Comments
 (0)