Skip to content

Commit

Permalink
add .env variables to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Jan 15, 2024
1 parent 2367a90 commit 9340ab6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/datapack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ env:
FABRIC_SERVER: https://meta.fabricmc.net/v2/versions/loader/1.20.4/0.15.3/0.11.2/server/jar
PACKTEST: https://cdn.modrinth.com/data/XsKUhp45/versions/Gq3rUEy6/packtest-1.3-mc1.20.4.jar

BLOCKBENCH_PATH: null
MINECRAFT_PATH: null
RESOURCEPACK_NAME: omega-flowey-remastered-resourcepack
WORLD_NAME: omega-flowey-remastered

# TODO(37): add linting
jobs:
test:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/resourcepack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: resourcepack

on: [push]

env:
BLOCKBENCH_PATH: null
MINECRAFT_PATH: null
RESOURCEPACK_NAME: omega-flowey-remastered-resourcepack
WORLD_NAME: omega-flowey-remastered

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: scripts

on: [push]

env:
BLOCKBENCH_PATH: null
MINECRAFT_PATH: null
RESOURCEPACK_NAME: omega-flowey-remastered-resourcepack
WORLD_NAME: omega-flowey-remastered

jobs:
format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9340ab6

Please sign in to comment.