fix: workflows at root directory requirement

This commit is contained in:
Karol Sójko
2022-10-20 10:01:29 +02:00
parent 400f3593b2
commit 256f070700
11 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
call_server_application_workflow:
name: Server Application
uses: standardnotes/server/.github/workflows/common/server-application.yml@main
uses: standardnotes/server/.github/workflows/common.server-application.yml@main
with:
service_name: auth
workspace_name: "@standardnotes/auth"