Skip to content

Commit

Permalink
fix: allow deno to access FORCE_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Mar 14, 2024
1 parent f9675e9 commit 8aa3e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
deno-version: "canary"

- name: Initialize template
run: deno run --allow-read --allow-write https://raw.githubusercontent.com/Jamalam360/easytemplate/main/easytemplate.ts --disable-interactive-mode --input name="Template Mod Test Mod" --input mod_id=template_mod_test --input description="This is a mod to test the template mod." --input author=Jamalam360 --input group="io.github.jamalam360" --input main_class="TemplateModTest" --input github_owner="JamCoreModding" --input github_repo="multi-loader-template-mod" --input github_publish=true --input unified_publishing=true
run: deno run --allow-read --allow-write --allow-env=FORCE_COLOR https://raw.githubusercontent.com/Jamalam360/easytemplate/main/easytemplate.ts --disable-interactive-mode --input name="Template Mod Test Mod" --input mod_id=template_mod_test --input description="This is a mod to test the template mod." --input author=Jamalam360 --input group="io.github.jamalam360" --input main_class="TemplateModTest" --input github_owner="JamCoreModding" --input github_repo="multi-loader-template-mod" --input github_publish=true --input unified_publishing=true

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
Expand Down

0 comments on commit 8aa3e52

Please sign in to comment.