Change runner to use checkout to clone
Some checks failed
Build FAH Client Package / build-deb (push) Failing after 57s
Some checks failed
Build FAH Client Package / build-deb (push) Failing after 57s
This commit is contained in:
parent
c1926c3f61
commit
f970c51a8b
1 changed files with 2 additions and 4 deletions
|
|
@ -12,10 +12,8 @@ jobs:
|
|||
COMMIT: ${{ github.sha }}
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
run: |
|
||||
git clone --branch "$BRANCH" https://mentalnet.xyz/forgejo/markmental/newfah.git .
|
||||
echo "✅ Checked out $BRANCH ($COMMIT)"
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install packaging tools
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue