From 23c9cd4b68cd3594a35d8e027797c5045f7a4acc Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Thu, 5 Dec 2019 01:18:06 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1726d5..f516be3 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ on: repository_dispatch: types: [my-event] jobs: - autopep8: + myEvent: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1