Skip to content

Commit 0197e56

Browse files
committed
fix calling function
Signed-off-by: Thanabodee Charoenpiriyakij <wingyminus@gmail.com>
1 parent 1ff9f0f commit 0197e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dot_github/lib/dot_github.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule DotGithub do
2525
|> Dagger.Client.gha()
2626
|> Dagger.Gha.job(
2727
"Run Test",
28-
"dagger call test",
28+
"test",
2929
runner: ["ubuntu-latest"]
3030
)
3131
)

0 commit comments

Comments
 (0)