From ab07150755bfbf29fb44905f699212c4ac8b7266 Mon Sep 17 00:00:00 2001 From: Paul Emmerich Date: Mon, 6 Jan 2025 14:35:21 +0100 Subject: [PATCH] CI: Add new parameters for DBM-Offline --- .github/workflows/dbm-offline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dbm-offline.yml b/.github/workflows/dbm-offline.yml index 7f0d1b1b..5e086673 100644 --- a/.github/workflows/dbm-offline.yml +++ b/.github/workflows/dbm-offline.yml @@ -19,8 +19,10 @@ jobs: continue-on-error: true uses: DeadlyBossMods/DBM-Offline@main with: + game-flavor: Vanilla dbm-mod-repo: DeadlyBossMods/DBM-Vanilla dbm-mod-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.event.after }} dbm-mod-base-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }} upload-repo: emmericp/test-github-actions upload-token: ${{ secrets.DBM_OFFLINE_UPLOAD_TOKEN }} + comment-token: ${{ secrets.GITHUB_TOKEN }}