git-commit-id-plugin can now retrieve commit information during github action

This commit is contained in:
Athou
2022-08-15 18:27:12 +02:00
parent 9c02eba0dc
commit 5967706daa

View File

@@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Java
uses: actions/setup-java@v3
with: