Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #47 from achieve-3000/dist
Browse files Browse the repository at this point in the history
K8S-52 - Update action name
  • Loading branch information
Fabio Silva authored Dec 21, 2021
2 parents 5a0a2b2 + a84058d commit fc26e96
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
Expand Up @@ -3,7 +3,7 @@
# Usage
```yaml
-
uses: achieve3000/diff-action
uses: achieve-3000/diff-action
with:
# Base commit ref (Defaults to current base commit)
base_ref: ''
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
name: Checkout code
uses: actions/checkout@v2
-
uses: achieve3000/diff-action
uses: achieve-3000/diff-action
id: run
with:
token: ${{ secrets.GITHUB_TOKEN }}
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: 'Diff'
name: 'A3K Diff'
description: 'A GitHub Action that detects changes between commits/branches'
author: 'Achieve 3000. <[email protected]>'
inputs:
Expand Down

0 comments on commit fc26e96

Please sign in to comment.