mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
refactor: Fix command configuration file creation in coverage test workflow
This commit is contained in:
2
.github/workflows/coverage_test.yml
vendored
2
.github/workflows/coverage_test.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user