Skip to content

Commit

Permalink
fix github action workflow (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmistman authored Jan 26, 2024
1 parent ded0c99 commit dd2737f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: update unstable

on:
schedule:
- cron: "0 8 1 * *"
- cron: "0 8 * * 1"

jobs:
update-unstable:
Expand All @@ -19,7 +19,7 @@ jobs:

- name: open PR
uses: peter-evans/create-pull-request@v5
env:
with:
commit-message: update nixpkgs-unstable
branch: actions/update-nixpkgs-unstable
title: Update nixpkgs-unstable
Expand Down

0 comments on commit dd2737f

Please sign in to comment.