Add a checkout command to init a git repo

This commit is contained in:
Koen Eijkemans 2020-07-05 07:54:14 +02:00 committed by GitHub
parent 540f3e760f
commit 8b286639ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,12 @@ name: Get branch version
on: [push] on: [push]
jobs: jobs:
hello_world_job: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Gets the version of the branch name: Gets the version of the branch
steps: steps:
- uses: actions/checkout@v2
- name: Get version - name: Get version
id: getversion id: getversion
uses: diligencia/semantic-git-version-action@master uses: diligencia/semantic-git-version-action@master