From 1b43f3111f36b5b6e2f43e5ed1f01bf690eb3e5a Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Wed, 12 Jun 2024 17:25:59 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=BF=D1=83=D1=81=D1=82=D0=BE=D0=B9=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml index ad7e3693545..e33c18f27bf 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml @@ -16,3 +16,4 @@ roles: - CentCommOperator primary: false + From b6f16ddbb112b30a05d325bf9e26cdb206d2d4f3 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Wed, 12 Jun 2024 17:30:37 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D0=BF=D1=83=D1=81=D1=82=D0=BE=D0=B9=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml index e33c18f27bf..ad7e3693545 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml @@ -16,4 +16,3 @@ roles: - CentCommOperator primary: false - From fad83e56ebbdba405a0c9d58caa55e8bbf6b4939 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Wed, 12 Jun 2024 17:35:00 +0300 Subject: [PATCH 3/3] update update_changelog.yml --- .github/workflows/update_changelog.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update_changelog.yml b/.github/workflows/update_changelog.yml index 3e52976ff46..35445f6cd75 100644 --- a/.github/workflows/update_changelog.yml +++ b/.github/workflows/update_changelog.yml @@ -13,18 +13,18 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v3 - + - name: Set up Python uses: actions/setup-python@v2 with: python-version: '3.x' - + - name: Install Dependencies run: pip install pyyaml - + - name: Extract Changelog from PR run: python3 Tools/update_changelog.py "${{ github.event.pull_request.body }}" "Resources/Changelog/ChangelogSunrise.yml" - + - name: Commit and Push Changes env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} @@ -33,4 +33,4 @@ jobs: git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add Resources/Changelog/ChangelogSunrise.yml git commit -m 'Update changelog from PR #${{ github.event.pull_request.number }}' - git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git HEAD:master \ No newline at end of file + git push https://${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git HEAD:master