Skip to content

discord-canary: 0.0.504 -> 0.0.505 #516

discord-canary: 0.0.504 -> 0.0.505

discord-canary: 0.0.504 -> 0.0.505 #516

Workflow file for this run

name: Update
on: repository_dispatch
concurrency: pushes_to_main # Prevent merge conflicts
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: cachix/install-nix-action@v29
- run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- run: python update.py update ${{ github.event.client_payload.package }}
- run: nix flake update
- run: nix build .#${{ github.event.client_payload.package }} --print-build-logs
- run: git push