Skip to content

Commit

Permalink
Update github references
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed May 16, 2024
1 parent 3c15429 commit 3d51bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d51bff

Please sign in to comment.