From 5f585222bbe12eb6480b1a63cad8e1d8058f1b8d Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Sun, 24 Sep 2023 18:18:07 +0200 Subject: [PATCH] chore(gh-action): :bug: (#388) small typo fix --- .github/workflows/test_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_all.yml b/.github/workflows/test_all.yml index 881f316..81618da 100644 --- a/.github/workflows/test_all.yml +++ b/.github/workflows/test_all.yml @@ -10,7 +10,7 @@ on: jobs: call_test_hooks: - uses: ./.github/workflow/test_hooks.yml + uses: ./.github/workflows/test_hooks.yml secrets: inherit call_test_ssh_gitlab: uses: ./.github/workflows/test_ssh_gitlab.yml