Skip to content

Commit

Permalink
Merge pull request #9 from tylermilner/releases/v1
Browse files Browse the repository at this point in the history
Rename to "Last Successful Commit Hash"
  • Loading branch information
tylermilner authored Apr 5, 2024
2 parents 742adb3 + 68268ae commit 8aa5bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Last Successful Commit Action

[![GitHub Super-Linter](https://github.com/tylermilner/last-successful-commit-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
![CI](https://github.com/tylermilner/last-successful-commit-action/actions/workflows/ci.yml/badge.svg)
[![GitHub Super-Linter](https://github.com/tylermilner/last-successful-commit-action/actions/workflows/linter.yml/badge.svg)](https://github.com/tylermilner/last-successful-commit-action/actions/workflows/linter.yml)
[![CI](https://github.com/tylermilner/last-successful-commit-action/actions/workflows/ci.yml/badge.svg)](https://github.com/tylermilner/last-successful-commit-action/actions/workflows/ci.yml)

This action returns the commit hash of the last successful run for the given
workflow and branch.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Last Successful Commit'
name: 'Last Successful Commit Hash'
description:
'Get the commit hash of the last successful run for the given workflow and
branch'
Expand Down

0 comments on commit 8aa5bd4

Please sign in to comment.