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 84be91e commit ea1f954Copy full SHA for ea1f954
.github/workflows/bsp_buildings.yml
@@ -55,6 +55,7 @@ jobs:
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)
58
+ echo "$original_matrix"
59
echo "raw_matrix=$raw_matrix_base64" >> $GITHUB_OUTPUT
60
- name: Get changed files
61
id: changed_files
0 commit comments