From 4e9f842b509411f559cfa9f5735407cf7848fedf Mon Sep 17 00:00:00 2001 From: Julian Pollinger Date: Thu, 16 Nov 2023 15:04:44 +0100 Subject: [PATCH] ci: fix --- .github/workflows/arch_pkgs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/arch_pkgs.yml b/.github/workflows/arch_pkgs.yml index 75bbcf8..df832ed 100644 --- a/.github/workflows/arch_pkgs.yml +++ b/.github/workflows/arch_pkgs.yml @@ -15,7 +15,8 @@ jobs: outputs: pgkbuild: ${{ steps.filter.outputs.pgkbuild }} steps: - # For pull requests it's not necessary to checkout the code + - name: Checkout + uses: actions/checkout@v3 - uses: dorny/paths-filter@v2 id: filter with: