Skip to content

Commit

Permalink
Update and rename update-nixpkgs-fork.yaml to update-forks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasew authored Jul 10, 2024
1 parent 5682d0a commit 00a2f1d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Update forks
on:
workflow_dispatch:
schedule:
Expand All @@ -13,3 +14,5 @@ jobs:
for branch in master staging; do
gh repo sync lucasew/nixpkgs -b $branch
done
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 00a2f1d

Please sign in to comment.