Merge pull request #1 from davidt-gh/test #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Versioning | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
health_check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Generate Version | |
id: versioning | |
uses: sceccotti89/[email protected] | |
- name: Get the output version | |
run: echo "Version = ${{ steps.versioning.outputs.version }}" |