fetch last two commits for comparison

This commit is contained in:
2025-11-07 13:44:20 -05:00
parent d378b9856c
commit 76743c4685

View File

@@ -14,6 +14,8 @@ runs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Get pkgbase versions
shell: bash
@@ -21,6 +23,8 @@ runs:
git reset --hard HEAD~1 && \
cp .artixlinux/pkgbase.yaml ./pkgbase.previous.yaml && \
git pull && \
git config --global user.name 'Guy Incognito' && \
git config --global user.email 'user@local' && \
git add ./pkgbase.previous.yaml && \
git commit -m "add previous pkgbase"