refactor: Fix command configuration file creation in coverage test workflow

This commit is contained in:
Soulter
2024-08-17 05:08:08 -04:00
parent 48c1263417
commit 67792100bb
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- name: Write secret to file
run: mkdir data & echo "$CMD_CONFIG" > data/cmd_config.json
run: mkdir data && echo "$CMD_CONFIG" > data/cmd_config.json
env:
MY_SECRET: ${{ secrets.CMD_CONFIG }}