From 8b286639edaa515ffbfdc9c0358feabeae31b359 Mon Sep 17 00:00:00 2001 From: Koen Eijkemans Date: Sun, 5 Jul 2020 07:54:14 +0200 Subject: [PATCH] Add a checkout command to init a git repo --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ca8e28..080d9a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,12 @@ name: Get branch version on: [push] jobs: - hello_world_job: + build: runs-on: ubuntu-latest + name: Gets the version of the branch steps: + - uses: actions/checkout@v2 - name: Get version id: getversion uses: diligencia/semantic-git-version-action@master