Skip to content

Commit d8835f4

Browse files
committed
fix: undefined var
1 parent 96bd8ce commit d8835f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if [[ ${GITHUB_EVENT_NAME} == "workflow_dispatch" ]]; then
6161
echo "Build triggered manually by ${GITHUB_ACTOR}"
6262
else
63-
echo "Build triggered by commit from $(git log -1 --pretty=format:%an ${{inputs.srcDir}}) ($(git log -1 --pretty=format:%ae ${{inputs.srcDir}}))"
63+
echo "Build triggered by commit from $(git log -1 --pretty=format:%an .) ($(git log -1 --pretty=format:%ae .))"
6464
fi
6565
6666
isMainBranch=${{env.branchName == 'main' }}

0 commit comments

Comments
 (0)