From 28f519a829fde06f82dda23d780509bbf583fca4 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 8 Feb 2024 18:35:32 +0900 Subject: [PATCH] Fix branch name (may be needed) --- .../workflows/reusable-update-nixpkgs-and-versions-in-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml b/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml index 91f0eaf..fcdc9b7 100644 --- a/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml +++ b/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 env: - PR_BRANCH: bot-update-flake.lock + PR_BRANCH: bot-update-flake-lock steps: # To push workflow changes and trigger CIs - name: Generate GitHub Apps token