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 0c23992 commit c98e5f4Copy full SHA for c98e5f4
1 file changed
.github/workflows/build-backend.yaml
@@ -78,9 +78,9 @@ jobs:
78
- name: "Load secret"
79
working-directory: "${{env.BACKEND_DIR}}"
80
run: |
81
- echo "${{env.SECRET}}" > ".\internal\excel\secret.json" &&
82
- echo "${{env.SECRET}}" > ".\internal\excel_adapter\internals\secret.json" &&
83
- echo "${{env.SECRET}}" > ".\pkg\excel\secret.json" &&
+ echo "${{env.SECRET}}" > ".\internal\excel\secret.json"
+ echo "${{env.SECRET}}" > ".\internal\excel_adapter\internals\secret.json"
+ echo "${{env.SECRET}}" > ".\pkg\excel\secret.json"
84
echo "${{env.SECRET}}" > ".\pkg\excel_adapter\internals\secret.json"
85
86
- name: "Create output path"
0 commit comments