From 2b22a02e5aeae7e8c56a25f03eb3f34f135eb154 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 1 Jul 2024 17:00:38 -0400 Subject: [PATCH] restore flake-update action --- .github/workflows/flake-update.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 4ae04fb..5eb32af 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -7,7 +7,7 @@ on: jobs: createPullRequest: runs-on: ubuntu-latest - # if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main + if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main steps: - uses: actions/checkout@v4 - name: Install Nix @@ -22,8 +22,6 @@ jobs: id: update uses: DeterminateSystems/update-flake-lock@main with: - pr-title: "Update flake.lock ${{ github.ref }}" # Title of PR to be created - branch: "update-${{ github.ref }}" pr-labels: | # Labels to be set on the PR dependencies automated