[ci] I think this actually works
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
||||
|
||||
- name: Checkout source
|
||||
run: |
|
||||
git clone ${GITEA_SERVER_URL}/${GITEA_REPOSITORY}.git .
|
||||
git checkout ${GITEA_SHA}
|
||||
git clone ${{ github.server_url }}/${{ github.repository }} .
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
- name: Build Flatpak
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user