Skip to content

Commit

Permalink
ci: Init fetch-releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haruki7049 committed Jul 17, 2024
1 parent 7fdb6d3 commit acfa7eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/fetch-releases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: fetching-releases
on:
schedule:
- cron: '0 */12 * * *'
workflow_dispatch:
jobs:
update-sources:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: ./fetch-releases.py
- uses: stefanzweifel/[email protected]
with:
commit_message: "ci: Update sources.json"

0 comments on commit acfa7eb

Please sign in to comment.