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 ea1f954 commit a92f207Copy full SHA for a92f207
.github/workflows/bsp_buildings.yml
@@ -53,8 +53,8 @@ jobs:
53
id: read-config
54
run: |
55
#读取ALL_BSP_COMPILE.json文件
56
- original_matrix=${cat .github/ALL_BSP_COMPILE.json |egrep -v '^//'}
57
- raw_matrix_base64=$(base64 -w 0 $original_matrix)
+ original_matrix=$(cat .github/ALL_BSP_COMPILE.json |egrep -v '^//')
+ raw_matrix_base64=$(base64- w 0 $original_matrix)
58
echo "$original_matrix"
59
echo "raw_matrix=$raw_matrix_base64" >> $GITHUB_OUTPUT
60
- name: Get changed files
0 commit comments