Skip to content

Commit

Permalink
Merge pull request #7 from devops-actions/update-readme
Browse files Browse the repository at this point in the history
Update example
  • Loading branch information
rajbos authored Feb 17, 2023
2 parents 99eb698 + 222416f commit 9ecf14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/devops-actions/action-get-tag/badge)](https://api.securityscorecards.dev/projects/github.com/devops-actions/action-get-tag)

# Get tag Github Action
# Get tag GitHub Action

Simple Action that have only one responsibility - output tag name (parsed from `GITHUB_REF` environment variable).

Expand All @@ -18,7 +18,7 @@ on:
```yaml
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
uses: devops-actions/action-get-tag@v1.1
with:
# Optionally strip `v` prefix
strip_v: true
Expand Down

0 comments on commit 9ecf14a

Please sign in to comment.