Skip to content

Commit

Permalink
CI: Add new parameters for DBM-Offline
Browse files Browse the repository at this point in the history
  • Loading branch information
emmericp committed Jan 6, 2025
1 parent 1f6d6f8 commit 8261dfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dbm-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8261dfb

Please sign in to comment.