Skip to content

Commit 0bf15bc

Browse files
committed
fixing syntax v6
1 parent 1a4ddb7 commit 0bf15bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
# CLIENT_ID_JSON= "${{ secrets.CLIENT_ID_JSON }}", \
103103
# SCOPES_JSON= "${{ secrets.SCOPES_JSON }}" }' -no-color
104104

105-
continue-on-error: true
106-
working-directory: ./${{ env.WORKING_DIR }}
107-
env:
108-
TF_WORKSPACE: prod
105+
# continue-on-error: true
106+
# working-directory: ./${{ env.WORKING_DIR }}
107+
# env:
108+
# TF_WORKSPACE: prod
109109

110110
- name: Update Pull Request with Stage Plan
111111
uses: actions/[email protected]

0 commit comments

Comments
 (0)