Change runner to use checkout to clone
Some checks failed
Build FAH Client Package / build-deb (push) Failing after 57s

This commit is contained in:
mrkmntal 2025-11-07 17:52:07 -05:00
commit f970c51a8b

View file

@ -12,10 +12,8 @@ jobs:
COMMIT: ${{ github.sha }} COMMIT: ${{ github.sha }}
steps: steps:
- name: Clone repository - name: Checkout repository
run: | uses: actions/checkout@v3
git clone --branch "$BRANCH" https://mentalnet.xyz/forgejo/markmental/newfah.git .
echo "✅ Checked out $BRANCH ($COMMIT)"
- name: Install packaging tools - name: Install packaging tools
run: | run: |