mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Something wrong
This commit is contained in:
parent
1991e0a528
commit
ee32c34d9a
2
.github/workflows/hello-world.yml
vendored
2
.github/workflows/hello-world.yml
vendored
@ -26,6 +26,6 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: report
|
||||
path: $GITHUB_WORKSPACE/tests/ci/style_check.py
|
||||
path: ${{ github.workspace }}/tests/ci/style_check.py
|
||||
- run: ls -la $RUNNER_TEMP
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
Loading…
Reference in New Issue
Block a user