Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into test_changelog
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/update_changelog.yml
  • Loading branch information
VigersRay committed Jun 12, 2024
2 parents 4521fa2 + 195b8f2 commit 014aabb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
roles:
- CentCommOperator
primary: false

0 comments on commit 014aabb

Please sign in to comment.