Media
-
+![Example Media Embed](https://example.com/thisimageisntreal.png)
@@ -23,10 +49,14 @@ Description.
# Changelog
-
+
:cl:
-- add: Added fun!
-- tweak: Tweaked fun!
+- add: Added fun :D
+- tweak: Tweaked fun
- fix: Fixed fun!
-- remove: Removed fun!
+- remove: Removed fun :(
diff --git a/.github/workflows/build-map-renderer.yml b/.github/workflows/build-map-renderer.yml
index 01575f64b9..45c807b362 100644
--- a/.github/workflows/build-map-renderer.yml
+++ b/.github/workflows/build-map-renderer.yml
@@ -10,7 +10,7 @@ on:
jobs:
build:
- if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot'
+ if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14'
strategy:
matrix:
os: [ubuntu-latest]
diff --git a/.github/workflows/build-test-debug.yml b/.github/workflows/build-test-debug.yml
index 519f5af6f4..c3b766f8de 100644
--- a/.github/workflows/build-test-debug.yml
+++ b/.github/workflows/build-test-debug.yml
@@ -10,7 +10,7 @@ on:
jobs:
build:
- if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot'
+ if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14'
strategy:
matrix:
os: [ubuntu-latest]
diff --git a/.github/workflows/conflict-labeler.yml b/.github/workflows/conflict-labeler.yml
index a47965334c..152d3a9f3c 100644
--- a/.github/workflows/conflict-labeler.yml
+++ b/.github/workflows/conflict-labeler.yml
@@ -8,7 +8,7 @@ on:
jobs:
Label:
- if: github.actor != 'PJBot' && github.actor != 'DeltaV-Bot'
+ if: github.actor != 'PJBot' && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14'
runs-on: ubuntu-latest
steps:
- name: Check for Merge Conflicts
diff --git a/.github/workflows/labeler-pr.yml b/.github/workflows/labeler-pr.yml
index e1755aa26e..efb051f4cc 100644
--- a/.github/workflows/labeler-pr.yml
+++ b/.github/workflows/labeler-pr.yml
@@ -5,7 +5,7 @@ on:
jobs:
labeler:
- if: github.actor != 'PJBot' && github.actor != 'DeltaV-Bot'
+ if: github.actor != 'PJBot' && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 4ba70f3504..74a975be5c 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -67,7 +67,7 @@ jobs:
username: ${{ secrets.PUBLISH_USER }}
key: ${{ secrets.PUBLISH_KEY }}
port: ${{ secrets.PUBLISH_PORT }}
- script: /home/${{ secrets.PUBLISH_USER }}/publish/push.ps1 ${{ github.sha }}
+ script: /home/deltav/publish/push.ps1 ${{ github.sha }}
- name: Publish changelog (Discord)
run: Tools/actions_changelogs_since_last_run.py
diff --git a/.github/workflows/test-packaging.yml b/.github/workflows/test-packaging.yml
index ccece69adb..b35a609220 100644
--- a/.github/workflows/test-packaging.yml
+++ b/.github/workflows/test-packaging.yml
@@ -29,7 +29,7 @@ on:
jobs:
build:
name: Test Packaging
- if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot'
+ if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14'
runs-on: ubuntu-latest
steps:
diff --git a/.github/workflows/update-credits.yml b/.github/workflows/update-credits.yml
index fb3508385e..69a8bc1988 100644
--- a/.github/workflows/update-credits.yml
+++ b/.github/workflows/update-credits.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
# Hey there fork dev! If you like to include your own contributors in this then you can probably just change this to your own repo
# Do this in dump_github_contributors.ps1 too into your own repo
- if: github.repository == 'DeltaV-Station/Delta-v'
+ if: github.repository == 'Simple-Station/Einstein-Engines'
steps:
- uses: actions/checkout@v3.6.0
@@ -47,6 +47,6 @@ jobs:
with:
commit-message: Update Credits
title: Update Credits
- body: This is an automated Pull Request. This PR updates the github contributors in the credits section.
- author: DeltaV-Bot