From: MaxSMokeSkaarj Date: Sun, 12 Jan 2025 08:11:59 +0000 (+1000) Subject: test rollback and some workflow edit X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9572b340fa3a2a2fa432a81cde8fcdc1fc55f936;p=space-station-14.git test rollback and some workflow edit --- diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 3a6129c7a6..491c4075e4 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -30,7 +30,7 @@ jobs: script: | mkdir benchmark_run_content_${{ github.sha }} cd benchmark_run_content_${{ github.sha }} - git clone https://github.com/space-wizards/space-station-14.git repo_dir --recursive + git clone https://github.com/MaxSMokeSkaarj/space-station-14.git repo_dir --recursive cd repo_dir git checkout ${{ github.sha }} cd Content.Benchmarks diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index 0adfee7d0e..b5b4c609f2 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -5,7 +5,7 @@ on: jobs: add_label: # Change the repository name after you've made sure the team name is correct for your fork! - if: ${{ (github.repository == 'space-wizards/space-station-14') && (github.event.review.state == 'APPROVED') }} + if: ${{ (github.repository == 'MaxSMokeSkaarj/space-station-14') && (github.event.review.state == 'APPROVED') }} permissions: contents: read pull-requests: write diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index adc2136054..3808a93074 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Install dependencies - run: sudo apt-get update && sudo apt-get install -y python3-paramiko python3-lxml python3-requests + run: sudo apt-get install -y python3-paramiko python3-lxml - uses: actions/checkout@v3.6.0 with: @@ -33,7 +33,7 @@ jobs: run: dotnet build Content.Packaging --configuration Release --no-restore /m - name: Package server - run: dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64 --platform win-x86 --plat + run: dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64 - name: Package client run: dotnet run --project Content.Packaging client --no-wipe-release diff --git a/.github/workflows/update-credits.yml b/.github/workflows/update-credits.yml index 87babfa2a6..7889604f90 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 == 'space-wizards/space-station-14' + if: github.repository == 'MaxSMokeSkaarj/space-station-14' steps: - uses: actions/checkout@v3.6.0