Skip to content

Commit

Permalink
Revert "ci: add date to update flake lock branch (#63)"
Browse files Browse the repository at this point in the history
This reverts commit 321bc80.
  • Loading branch information
DavSanchez committed Jan 26, 2025
1 parent 8df641d commit 72eece2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ 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:
pr-title: "Update flake.lock" # Title of PR to be created
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 }}

0 comments on commit 72eece2

Please sign in to comment.