Skip to content

Commit 16578ce

Browse files
committed
Test11
Signed-off-by: Günter Neiß <gneiss@web.de>
1 parent f804e52 commit 16578ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TestNoDocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo "pwd: $(pwd)"
1818
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
1919
echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY"
20-
THIS_REPO_DIR=${GITHUB_WORKSPACE}/${GITHUB_REPOSITORY##*/}
20+
THIS_REPO_DIR=${GITHUB_WORKSPACE}
2121
TOOLS_DIR=${THIS_REPO_DIR}/.github/tools
2222
2323
for i in THIS_REPO_DIR TOOLS_DIR; do

0 commit comments

Comments
 (0)