Skip to content

Commit

Permalink
The game is an input, not a normal env var
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Mar 14, 2023
1 parent 44aa451 commit d4f2e2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/inflate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Test modified netkans
uses: KSP-CKAN/xKAN-meta_testing@master
env:
GAME: KSP2
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_BASE_SHA: ${{ github.event.pull_request.base.sha }}
EVENT_BEFORE: ${{ github.event.before }}
with:
game: KSP2
source: commits
diff meta root: .CKAN-meta
pull request url: ${{ github.event.pull_request.url }}
Expand Down
2 changes: 1 addition & 1 deletion NetKAN/MoreResolutions.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ depends:
- name: SpaceWarp
install:
- find: MoreResolutions
install_to: BepinEx/plugins
install_to: BepInEx/plugins
2 changes: 1 addition & 1 deletion NetKAN/PAIGE-B-Gone.netkan
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec_version: v1.18
identifier: PAIGE-B-Gone
$kref: '#/ckan/github/mahlaka/P.A.I.G.E-B-Gone'
$kref: '#/ckan/github/amahlaka/P.A.I.G.E-B-Gone'
license: MIT
tags:
- plugin
Expand Down

0 comments on commit d4f2e2c

Please sign in to comment.