From 1b5c6d14d118a044c68a98444df9c15ca110ebce Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 6 Aug 2024 23:29:44 -0400 Subject: [PATCH] ci: remove unused env var --- .github/workflows/update-flake.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 2335602..6e04cad 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -15,9 +15,6 @@ jobs: contents: write pull-requests: write - env: - PR_BRANCH: 'update-lockfiles' - steps: - name: Checkout repository uses: actions/checkout@v4