diff options
Diffstat (limited to '.github/workflows/update-flake.yaml')
| -rw-r--r-- | .github/workflows/update-flake.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 0e6158c..a274859 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -23,14 +23,3 @@ jobs: - name: Update lockfile & make PR uses: DeterminateSystems/update-flake-lock@v20 id: update - with: - commit-msg: "flake: update inputs" - pr-title: "flake: update inputs" - token: ${{ github.token }} - - - name: Enable auto-merge - shell: bash - run: gh pr merge --rebase "$PR_ID" - env: - GH_TOKEN: ${{ github.token }} - PR_ID: ${{ steps.update.outputs.pull-request-number }} |
