Skip to content

Commit

Permalink
update ghact v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Jul 4, 2024
1 parent fb97486 commit 05de8e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Turtle-Hook

This updates a SPARQL-Endpoint to reflect the changes of the content of RDF-Turtle files in a Github repository.
This updates a SPARQL-Endpoint to reflect the changes of the content of
RDF-Turtle files in a Github repository.

It uses [ghact](https://deno.land/x/ghact) to provide a webhook and a web/rest interface.
It uses [ghact](https://deno.land/x/ghact) to provide a webhook and a web/rest
interface.
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export {
GHActServer,
GHActWorker,
type Job,
} from "https://deno.land/x/[email protected].1/mod.ts";
} from "https://deno.land/x/[email protected].2/mod.ts";

0 comments on commit 05de8e6

Please sign in to comment.