From 72eece26605cf33a9c8bd868049924697174a1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20S=C3=A1nchez?= Date: Sun, 26 Jan 2025 00:50:35 +0000 Subject: [PATCH] Revert "ci: add date to update flake lock branch (#63)" This reverts commit 321bc803aee1f04330c032f0a114c5796abc32f0. --- .github/workflows/update-flake-lock.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index f304c3c..fc448f5 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -12,7 +12,6 @@ jobs: uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - run: echo "ACTION_DATE=$(date +%Y_%m_%d)" >> $GITHUB_ENV - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@main with: @@ -20,5 +19,4 @@ jobs: pr-labels: | # Labels to be set on the PR dependencies automated - branch: "update_flake_lock_action_${{ env.ACTION_DATE }}" token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}