File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ jobs:
73
73
- name : Paths Filter Result
74
74
run : >
75
75
echo 'extra_push_files: ${{ steps.filter.outputs.extra_push_files }}';
76
- echo 'extra_push_files: ${{ steps.filter.outputs.extra_push_files }}' | jq -r '.';
77
- # echo 'extra_pull_request_files: ${{ steps.filter.outputs.extra_pull_request_files }}' | jq -r '.';
78
- # echo 'stackhpc_files: ${{ steps.filter.outputs.stackhpc_files }}' | jq -r '.';
79
- # echo 'trivvyscan_files: ${{ steps.filter.outputs.trivvyscan_files }}' | jq -r '.'
76
+ echo '" extra_push_files" : { ${{ steps.filter.outputs.extra_push_files }} }' | jq -r '.';
77
+ echo '" extra_pull_request_files" : { ${{ steps.filter.outputs.extra_pull_request_files }} }' | jq -r '.';
78
+ echo '" stackhpc_files" : { ${{ steps.filter.outputs.stackhpc_files }} }' | jq -r '.';
79
+ echo '" trivvyscan_files" : { ${{ steps.filter.outputs.trivvyscan_files }} }' | jq -r '.'
80
80
81
81
extra :
82
82
name : Test extra build
You can’t perform that action at this time.
0 commit comments