Skip to content

Commit

Permalink
✨ Added branding and author
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftEscape committed Jun 26, 2023
1 parent 0112497 commit 5159226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Verify Commit Hash
uses: shiftEscape/commit-hash-verifier-action@v1
uses: shiftEscape/commit-hash-verifier-action@v1.0.1
with:
commit-hash: ${{ github.sha }}
branch-name: ${{ github.ref }}
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Commit Hash Verifier
description: Verifies the validity of a commit hash from a specific branch
author: shiftEscape
branding:
icon: "git-commit"
color: "purple"

inputs:
commit-hash:
Expand Down

0 comments on commit 5159226

Please sign in to comment.