From 859214cf9ad3fe589c557d560c2ee1acafece4f2 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 22 May 2024 01:25:59 -0400 Subject: ci: reorganize/refactor workflows --- .github/workflows/update-lock.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github/workflows/update-lock.yaml') diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index c4d79c4..c6acc16 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -9,10 +9,12 @@ on: jobs: update: name: Update + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v11 @@ -27,7 +29,7 @@ jobs: - name: Enable auto-merge shell: bash - run: gh pr merge --auto --rebase "$PR_ID" + run: gh pr merge --auto --squash "$PR_ID" env: GH_TOKEN: ${{ secrets.MERGE_TOKEN }} PR_ID: ${{ steps.update.outputs.pull-request-number }} -- cgit v1.2.3