diff options
Diffstat (limited to '.github/workflows/checks.yml')
| -rw-r--r-- | .github/workflows/checks.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b57182aea..7359cba43 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -193,8 +193,9 @@ jobs: ref: ${{ github.ref }} api_user_name: ${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }} api_user_token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} + reports_folder: deploy-reports - uses: actions/upload-artifact@v1.0.0 if: always() with: name: deploy-request - path: /tmp/deploy-request + path: deploy-reports |
