From ae315822b3464857304953ef62ccd84ee1406826 Mon Sep 17 00:00:00 2001 From: Julien Bigot Date: Thu, 5 Dec 2024 00:58:04 +0100 Subject: [PATCH] ... --- .github/workflows/stable.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 16dbe889..dd4eacb0 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -14,7 +14,6 @@ jobs: steps: - name: Checkout packages uses: actions/checkout@v4 - with: { ref: "stable" } - uses: pdidev/pkgs/.github/actions/deploy@stable with: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" @@ -27,8 +26,7 @@ jobs: steps: - name: Checkout packages uses: actions/checkout@v4 - path: data - with: { ref: "stable" } + with: { path: data } - name: Aggregate sources id: ident shell: bash