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 d825c36 commit 0daf904Copy full SHA for 0daf904
.github/workflows/time-tracker-ui-ci.yml
@@ -34,7 +34,8 @@ jobs:
34
run: make build
35
36
- name: write secrets
37
- run: |
+ working-directory: ./${{ env.WORKING_DIR }}
38
+ run: |
39
echo "additional_settings = {" >> ./secrets.tfvars
40
echo "CHROME_BIN = \"/opt/google/chrome/google-chrome\"," >> ./secrets.tfvars
41
echo "AUTHORITY = \"${{ secrets.AUTHORITY }}\"," >> ./secrets.tfvars
0 commit comments