From 30b4ebe298d40c8c3a5755b43dd82450af8ad2fd Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Mon, 23 Dec 2019 13:56:03 +0200 Subject: [PATCH] docs: add checkout to workflow in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4f44416..f33b0aa 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ GitHub Action for [Semantic Release](https://github.com/semantic-release/semanti A simple example ```yaml steps: + - name: Checkout + uses: actions/checkout@v1 - name: Semantic Release uses: cycjimmy/semantic-release-action@v2 env: @@ -41,6 +43,8 @@ steps: An advanced example ```yaml steps: + - name: Checkout + uses: actions/checkout@v1 - name: Semantic Release uses: cycjimmy/semantic-release-action@v2 id: semantic # Need an `id` for output variables