mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
.
This commit is contained in:
parent
9ec3d6efd4
commit
710353a9a9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -43,8 +43,8 @@ jobs:
|
|||
|
||||
- name: Apply Version Metadata
|
||||
run: |
|
||||
echo "Python files found in the repository:"
|
||||
find . -type f -name "*.py"
|
||||
echo "Python files changed in PR:"
|
||||
git diff --name-only origin/${{ github.base_ref }}..origin/${{ github.head_ref }} | grep ".py$"
|
||||
python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1)
|
||||
|
||||
- name: Commit Version Metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue