Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get Git describe

This action fetches and describes the latest Git tag.

Usage

uses: your-username/your-repo@v1

Example Workflow

name: Example workflow
on: [push]
jobs:
  example:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: your-username/your-repo@v1

Inputs

None

Outputs

AMS_REVISION: The latest Git tag description.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors