Skip to content

Commit

Permalink
Combine two workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Dec 20, 2024
1 parent 848faa8 commit ec12af6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 54 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/update-from-changelog.yml

This file was deleted.

10 changes: 8 additions & 2 deletions .github/workflows/update-from-submodule.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update From Submodule
name: Update Files From Submodule

on:
pull_request_target:
Expand Down Expand Up @@ -44,9 +44,15 @@ jobs:
with:
python-version: '3.x'

- name: Run update script
- name: Run 'update_repo.py'
run: python update_repo.py

- name: Run 'update-changelog.bash'
run: bash update-changelog.bash

- name: Show updated 'CHANGELOG.md'
run: cat CHANGELOG.md

- name: Commit and push changes
run: |
git add .
Expand Down

0 comments on commit ec12af6

Please sign in to comment.