Merge pull request #4718 from ClickHouse/api-docs-gaps #16707
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The CI for each commit, prints envs and content of GITHUB_EVENT_PATH | |
| name: Debug | |
| 'on': | |
| [push, pull_request, release, workflow_dispatch] | |
| jobs: | |
| DebugInfo: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: hmarr/debug-action@cd1afbd7852b7ad7b1b7a9a1b03efebd3b0a1820 |