-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from RimNauts/main
Minor update
- Loading branch information
Showing
8 changed files
with
55 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,8 +60,13 @@ jobs: | |
uses: Ilshidur/[email protected] | ||
env: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | ||
DISCORD_USERNAME: "sindre0830" | ||
DISCORD_AVATAR: "https://i.imgur.com/cEgyvGu.jpg" | ||
TAG: ${{ steps.tag.outputs.new_tag }} | ||
ROLE_ID: ${{ secrets.DISCORD_ROLE }} | ||
with: | ||
args: "**{{ TAG }}** New major update is out! Check out the changelog here <https://github.com/RimNauts/RimNauts2/releases/tag/{{ TAG }}> <@&1067088830999560212>" | ||
args: "**{{ TAG }}** New major update is out! Check out the changelog here <https://github.com/RimNauts/RimNauts2/releases/tag/{{ TAG }}> <@&{{ ROLE_ID }}>" | ||
|
||
- name: Send Changelog file to Discord server | ||
uses: tsickert/[email protected] | ||
with: | ||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }} | ||
filename: Changelog.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,8 +60,13 @@ jobs: | |
uses: Ilshidur/[email protected] | ||
env: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | ||
DISCORD_USERNAME: "sindre0830" | ||
DISCORD_AVATAR: "https://i.imgur.com/cEgyvGu.jpg" | ||
TAG: ${{ steps.tag.outputs.new_tag }} | ||
ROLE_ID: ${{ secrets.DISCORD_ROLE }} | ||
with: | ||
args: "**{{ TAG }}** New update is out! Check out the changelog here <https://github.com/RimNauts/RimNauts2/releases/tag/{{ TAG }}> <@&1067088830999560212>" | ||
args: "**{{ TAG }}** New update is out! Check out the changelog here <https://github.com/RimNauts/RimNauts2/releases/tag/{{ TAG }}> <@&{{ ROLE_ID }}>" | ||
|
||
- name: Send Changelog file to Discord server | ||
uses: tsickert/[email protected] | ||
with: | ||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }} | ||
filename: Changelog.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,8 +60,13 @@ jobs: | |
uses: Ilshidur/[email protected] | ||
env: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | ||
DISCORD_USERNAME: "sindre0830" | ||
DISCORD_AVATAR: "https://i.imgur.com/cEgyvGu.jpg" | ||
TAG: ${{ steps.tag.outputs.new_tag }} | ||
ROLE_ID: ${{ secrets.DISCORD_ROLE }} | ||
with: | ||
args: "**{{ TAG }}** New bug fix is out! Check out the changelog here <https://github.com/RimNauts/RimNauts2/releases/tag/{{ TAG }}> <@&1067088830999560212>" | ||
args: "**{{ TAG }}** New bug fix is out! Check out the changelog here <https://github.com/RimNauts/RimNauts2/releases/tag/{{ TAG }}> <@&{{ ROLE_ID }}>" | ||
|
||
- name: Send Changelog file to Discord server | ||
uses: tsickert/[email protected] | ||
with: | ||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }} | ||
filename: Changelog.md |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Changelog | ||
- Change devmode requirement to godmode | ||
- Increase chance of raids to happen in space | ||
- Force raiders in space to be industrial tech or higher | ||
- Force every raider in space to use a spacesuit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters