Fix pagination and update actions to use working tree from branch

This commit is contained in:
thiloho
2024-09-17 20:58:34 +02:00
parent 8298445574
commit a4205857ac
4 changed files with 16 additions and 13 deletions

View File

@@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref_name }}
- name: Install Nix
uses: cachix/install-nix-action@v27