Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Sep 24, 2023
1 parent 0a2cc52 commit 5751de4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ use the `mkGithubProject` helper function:
inputs = { typhon.url = "github:typhon-ci/typhon"; };
outputs = { self, typhon }:
let libTyphon = typhon.actions."x86_64-linux";
in {
typhonProject = libTyphon.mkGithubProject {
{
typhonProject = typhon.lib.github.mkGithubProject {
owner = "user";
repo = "project";
secrets = ./secrets.age;
Expand Down

0 comments on commit 5751de4

Please sign in to comment.