mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-27 01:12:38 +00:00
.
This commit is contained in:
parent
49e1559192
commit
10c467b333
2 changed files with 5 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -43,9 +43,10 @@ jobs:
|
|||
|
||||
- name: Apply Version Metadata
|
||||
run: |
|
||||
echo "Log:"
|
||||
git log --pretty=format:'%H' -n 1
|
||||
python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1)
|
||||
LAST_SHORTEN_COMMIT_HASH=$(git log --pretty=format:'%h' -n 1)
|
||||
LAST_COMMIT_HASH=$(git log --pretty=format:'%H' -n 1)
|
||||
CHANGED_FILES=$(git diff-tree --no-commit-id --name-only -r "$LAST_COMMIT_HASH")
|
||||
python test/auto_apply_version_metadata.py "$LAST_SHORTEN_COMMIT_HASH" "$CHANGED_FILES"
|
||||
|
||||
- name: Commit Version Metadata
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue