maybe without branch protection?

This commit is contained in:
Sanjay Chacku Purakal 2024-04-27 14:43:01 +02:00 committed by GitHub
parent 7ffb3c92cd
commit 8d3660479a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,6 @@ jobs:
lockfile: lockfile:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@v1 uses: DeterminateSystems/nix-installer-action@v1
- name: Update flake.lock - name: Update flake.lock
@ -19,5 +17,3 @@ jobs:
pr-title: "Update flake.lock" pr-title: "Update flake.lock"
pr-labels: automated pr-labels: automated
commit-msg: "update" commit-msg: "update"
git-author-name: 'github-actions[bot]'
git-author-email: 'github-action[bot]@users.noreply.github.com'