ci: fix repository names in name checks

This commit is contained in:
raf 2024-07-22 00:40:25 +03:00
parent a8cbc2462e
commit 0e360fa999
Signed by: NotAShelf
GPG key ID: AF26552424E53993
5 changed files with 11 additions and 10 deletions

View file

@ -8,18 +8,16 @@ on:
required: false
jobs:
if: github.repository == 'notashelf/nyxexprs'
runs-on: ubuntu-latest
build:
strategy:
matrix:
package:
- alejandra-no-ads
- alejandra-custom
- ani-cli
- cloneit
- foot-transparent
- mov-cli
- rat
- rofi-calc-wayland
- rofi-emoji-wayland
- headscale-ui
- mastodon-bird-ui

View file

@ -8,7 +8,7 @@ jobs:
matrix:
command:
- NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
- nix run nixpkgs#alejandra -- -c . -e ./npins
- nix run .#alejandra-custom -- -c . -e ./npins
uses: ./.github/workflows/nix.yml
with:

View file

@ -15,8 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install Lix
uses: DeterminateSystems/nix-installer-action@main
with:
source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux
logger: pretty
- uses: cachix/cachix-action@v15
with:
name: nyx

View file

@ -7,7 +7,7 @@ on:
jobs:
update:
if: github.repository == 'notashelf/nyxpkgs'
if: github.repository == 'notashelf/nyxexprs'
runs-on: ubuntu-latest
permissions:

View file

@ -7,7 +7,7 @@ on:
jobs:
update:
if: github.repository == 'notashelf/nyxpkgs'
if: github.repository == 'notashelf/nyxexprs'
runs-on: ubuntu-latest
permissions: