Skip to content

Commit 92635fb

Browse files
committed
try to run again
1 parent 3b5b7a4 commit 92635fb

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: write secrets
3737
working-directory: ./${{ env.WORKING_DIR }}
3838
run: |
39-
echo "additional_settings = {" >> ./secrets.auto.tfvars
39+
echo "additional_settings = {" >> ./secrets.auto.tfvars
4040
echo "CHROME_BIN = \"/opt/google/chrome/google-chrome\"," >> ./secrets.auto.tfvars
4141
echo "AUTHORITY = \"${{ secrets.AUTHORITY }}\"," >> ./secrets.auto.tfvars
4242
echo "CLIENT_ID = \"${{ secrets.CLIENT_ID }}\"," >> ./secrets.auto.tfvars

0 commit comments

Comments
 (0)