added git setup step
All checks were successful
Actions / Build Documentation (push) Successful in 11s
Actions / Build Export Files (push) Successful in 4s
Autotagger / Autotagger (push) Successful in 4s

This commit is contained in:
SeaswimmerTheFsh 2024-03-11 20:46:40 -04:00
parent b624fefce7
commit 3878eba007
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -14,6 +14,11 @@ jobs:
with:
fetch-depth: 0
- name: Set up Git
run: |
git config --global user.name "GalacticFactory"
git config --global user.email "contact@galacticfactory.cc"
- name: Extract commit message
id: extract_commit_message
run: echo "::set-output name=message::$(git log --format=%B -n 1 $GITHUB_SHA)"