ci: provide RVX_DEBUG_APP_NAME to action

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2023-10-21 15:45:37 +02:00
parent a2801b29d7
commit 7b525837df
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ jobs:
RVX_SENTRY_DSN: ${{ vars.RVX_SENTRY_DSN }}
RVX_ANALYSIS_ENABLED: ${{ vars.RVX_ANALYSIS_ENABLED }}
RVX_ANALYSIS_BASEURL: ${{ vars.RVX_ANALYSIS_BASEURL }}
RVX_DEBUG_APP_NAME: ${{ vars.RVX_DEBUG_APP_NAME }}
steps:
- uses: actions/checkout@v3