We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bd8ce commit d8835f4Copy full SHA for d8835f4
.github/workflows/continuous-integration.yml
@@ -60,7 +60,7 @@ jobs:
60
if [[ ${GITHUB_EVENT_NAME} == "workflow_dispatch" ]]; then
61
echo "Build triggered manually by ${GITHUB_ACTOR}"
62
else
63
- echo "Build triggered by commit from $(git log -1 --pretty=format:%an ${{inputs.srcDir}}) ($(git log -1 --pretty=format:%ae ${{inputs.srcDir}}))"
+ echo "Build triggered by commit from $(git log -1 --pretty=format:%an .) ($(git log -1 --pretty=format:%ae .))"
64
fi
65
66
isMainBranch=${{env.branchName == 'main' }}
0 commit comments