summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-11-01 21:47:58 -0400
committerDave Henderson <dhenderson@gmail.com>2019-11-10 13:09:48 -0500
commit744dfe262acc681c78549c250b6db8e31312f2c9 (patch)
tree4fcd1348fc74e17d3ee1e55aacb74346dbc26afb /.github
parentede87d4afa31ddf55e1a115e22c01c2f4a7b8e74 (diff)
New git datasource
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f9484d63..9424d372 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,6 +12,9 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: 1.13.x
+ - run: |
+ git config --global user.email "bogus@example.com"
+ git config --global user.name "Someone"
- uses: actions/checkout@master
with:
path: ./src/github.com/${{ github.repository }}
@@ -33,6 +36,9 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: 1.13.x
+ - run: |
+ git config --global user.email "bogus@example.com"
+ git config --global user.name "Someone"
- uses: actions/checkout@master
with:
path: ./src/github.com/${{ github.repository }}