summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2020-05-06 03:03:27 +0300
committerAzat Khuzhin <azat@libevent.org>2020-05-06 03:03:27 +0300
commit15917b420d47c9fee6a15331f20f0e9f60cbcd24 (patch)
tree3c6d490beb39fa5f52efc72f0be30d0586c4fc9e /.github
parent889ad6d6984e9d0e6aacf01ea27b8a76dfc5cd19 (diff)
downloadlibevent-15917b420d47c9fee6a15331f20f0e9f60cbcd24.tar.gz
Include details of the ABI compatibility report
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/abi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/abi.yml b/.github/workflows/abi.yml
index b1e52768..7362a31b 100644
--- a/.github/workflows/abi.yml
+++ b/.github/workflows/abi.yml
@@ -57,7 +57,7 @@ jobs:
short_commit_id="${COMMIT_ID:0:7}"
owner_name="${{ github.event.repository.owner.name }}"
- cd /tmp/le-abi-root/work/abi-check/timeline/libevent/
+ cd /tmp/le-abi-root/work/abi-check
git init
git config --local user.name $user_name
git config --local user.email $user_email