Skip to content

Commit

Permalink
Fix #11: Unique Action name
Browse files Browse the repository at this point in the history
  • Loading branch information
madhead committed Mar 25, 2021
1 parent b546145 commit 72cc87e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Before you begin:

- This project is powered by [TypeScript](https://www.typescriptlang.org), [Jest](https://jestjs.io/), [Node.js](https://nodejs.org) and [GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions).
- Have you read the [code of conduct](CODE_OF_CONDUCT.md)?
- Check out the [existing issues](https://github.com/madhead/semver/issues).
- Check out the [existing issues](https://github.com/madhead/semver-utils/issues).

Don't see your issue?
[Open](https://github.com/madhead/semver/issues/new) one.
[Open](https://github.com/madhead/semver-utils/issues/new) one.

## Ready to make a change?

Expand Down Expand Up @@ -58,7 +58,7 @@ Congratulations!

Labels can help you find an issue you'd like to help with.

- The [`help wanted` label](https://github.com/madhead/semver/labels/help%20wanted) is for problems or updates that anyone in the community can start working on.
- The [`good first issue` label](https://github.com/madhead/semver/labels/good%20first%20issue) is for problems or updates we think are ideal for beginners.
- The [`ci` label](https://github.com/madhead/semver/labels/CI%2FCD) is for problems or updates in the testing, releasing & publishing process.
- The [`help wanted` label](https://github.com/madhead/semver-utils/labels/help%20wanted) is for problems or updates that anyone in the community can start working on.
- The [`good first issue` label](https://github.com/madhead/semver-utils/labels/good%20first%20issue) is for problems or updates we think are ideal for beginners.
- The [`ci` label](https://github.com/madhead/semver-utils/labels/CI%2FCD) is for problems or updates in the testing, releasing & publishing process.
These will usually require some knowledge of Jest, TypeScript, Node.js, NPM or Github Actions to fix.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<p align="center">
<a href="https://github.com/madhead/semver/actions">
<img alt="madhead/semver status" src="https://github.com/actions/madhead/semver/default/badge.svg">
<a href="https://github.com/madhead/semver-utils/actions">
<img alt="madhead/semver-utils status" src="https://github.com/actions/madhead/semver-utils/default/badge.svg">
</a>
</p>

# madhead/semver
# madhead/semver-utils

One-stop shop for working with semantic versions in your GitHub Actions workflows.

## Usage

```yml
- uses: madhead/semver@latest
- uses: madhead/semver-utils@latest
id: version
with:
# A version to work with
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: semver-tools
name: semver-utils
author: madhead <[email protected]>
description: One-stop shop for working with semantic versions in your workflows
inputs:
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "semver",
"name": "semver-utils",
"version": "1.0.0",
"private": true,
"description": "One-stop shop for working with semantic versions in your workflows",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/madhead/semver.git"
"url": "git+https://github.com/madhead/semver-utils.git"
},
"keywords": [
"actions",
Expand Down

0 comments on commit 72cc87e

Please sign in to comment.