From 3d51bffb665183e22cac9a70946ca421ea49dbab Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Thu, 16 May 2024 07:21:31 +0200 Subject: [PATCH] Update github references --- .github/workflows/ci.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b550c3f4..98a6d809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [ push ] jobs: nix-ci: - uses: christianharke/flake-commons/.github/workflows/nix-ci.yml@main + uses: rake5k/flake-commons/.github/workflows/nix-ci.yml@main with: branch: ${{ github.ref_name }} nix-command: flake check --impure diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 258ee665..bf6fe2a9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -5,7 +5,7 @@ on: jobs: nix-update: - uses: christianharke/flake-commons/.github/workflows/nix-update.yml@main + uses: rake5k/flake-commons/.github/workflows/nix-update.yml@main with: base-branch: master nix-check-command: flake check --impure