Skip to content

Commit

Permalink
Fix CI and update Discord linkq
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Sep 10, 2023
1 parent ca56a4a commit baf4b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: true
contact_links:
- name: Discord
about: Ask questions on our Discord Server.
url: https://discord.gg/modrinth-734077874708938864
url: https://discord.modrinth.com
- name: Roadmap
about: View our Roadmap. Please do not open issues for items on our roadmap.
url: https://roadmap.modrinth.com
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ jobs:
- name: Test with Gradle
run: ./gradlew fg:modrinth loom:modrinth
if: ${{ !contains(github.event.head_commit.message, 'skip test') }}
env:
MODRINTH_TOKEN: dummy_token_for_CI

0 comments on commit baf4b4b

Please sign in to comment.