diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-flake.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 2de1686..c1ccc1f 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -24,10 +24,3 @@ jobs: id: update with: token: ${{ github.token }} - - - name: Merge PR - shell: bash - run: gh pr merge --admin --rebase "$PR_ID" - env: - GH_TOKEN: ${{ github.token }} - PR_ID: ${{ steps.update.outputs.pull-request-number }} |
