added git setup step
This commit is contained in:
parent
b624fefce7
commit
3878eba007
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Extract commit message
|
||||||
id: extract_commit_message
|
id: extract_commit_message
|
||||||
run: echo "::set-output name=message::$(git log --format=%B -n 1 $GITHUB_SHA)"
|
run: echo "::set-output name=message::$(git log --format=%B -n 1 $GITHUB_SHA)"
|
||||||
|
|
Reference in a new issue