Skip to content

Commit

Permalink
Update extract_macros.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 13, 2024
1 parent 89e1c2f commit a000d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extract_macros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Extract Macros
run: |
grep -oP '{DEFAULT_SCHEMA, "\K[^"]*|, R"\K[^"]*' ./src/chsql_extension.cpp | awk 'NR%2{printf "%s ", $0; next} 1' | grep -v ^"times_" > /tmp/macros.md
grep -oP '{DEFAULT_SCHEMA, "\K[^"]*|, R"\K[^"]*' ./chsql/src/chsql_extension.cpp | awk 'NR%2{printf "%s ", $0; next} 1' | grep -v ^"times_" > /tmp/macros.md
- name: Summary Report
run: |
echo "" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit a000d4f

Please sign in to comment.