Skip to content

Commit

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

[![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)
[![GitHub Super-Linter](https://github.com/tylermilner/last-successful-commit-hash-action/actions/workflows/linter.yml/badge.svg)](https://github.com/tylermilner/last-successful-commit-hash-action/actions/workflows/linter.yml)
[![CI](https://github.com/tylermilner/last-successful-commit-hash-action/actions/workflows/ci.yml/badge.svg)](https://github.com/tylermilner/last-successful-commit-hash-action/actions/workflows/ci.yml)

This action returns the commit hash of the last successful run for the given
workflow and branch.
Expand Down Expand Up @@ -39,7 +39,7 @@ The commit hash of the last successful run for the given workflow and branch.
steps:
- name: Get last successful commit
id: last_successful_commit
uses: tylermilner/last-successful-commit-action@v1
uses: tylermilner/last-successful-commit-hash-action@v1
with:
github-token: ${{ github.token }}
workflow-id: ci.yml
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "last-successful-commit-action",
"name": "last-successful-commit-hash-action",
"description": "GitHub Action to determine the commit SHA of the last successful run for a workflow",
"version": "1.0.0",
"author": "Tyler Milner",
"private": true,
"homepage": "https://github.com/tylermilner/last-successful-commit-action#readme",
"homepage": "https://github.com/tylermilner/last-successful-commit-hash-action#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tylermilner/last-successful-commit-action.git"
"url": "git+https://github.com/tylermilner/last-successful-commit-hash-action.git"
},
"bugs": {
"url": "https://github.com/tylermilner/last-successful-commit-action/issues"
"url": "https://github.com/tylermilner/last-successful-commit-hash-action/issues"
},
"keywords": [
"GitHub",
Expand Down

0 comments on commit e2a3cab

Please sign in to comment.