mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-23 12:53:52 +08:00
Add a checkout command to init a git repo
This commit is contained in:
parent
540f3e760f
commit
8b286639ed
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user