diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 2bae400..9972f37 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -30,5 +30,5 @@ jobs: - name: run pwsh shell: pwsh run: | - . /module.ps1 + . ./module.ps1 Show-Calendar