git global

This commit is contained in:
phips28 2019-10-26 21:28:27 +02:00
parent c6eb09cd73
commit 6c87be1ab9
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ COPY package*.json ./
# Install dependencies
RUN apt-get update
RUN apt-get -y install git
RUN git config user.name "Bump Version"
RUN git config user.email "gh-action-bump-version@users.noreply.github.com"
RUN git config --global user.name "Bump Version"
RUN git config --global user.email "gh-action-bump-version@users.noreply.github.com"
RUN npm ci