Skip to content

Commit

Permalink
Simplify action names
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 13, 2023
1 parent ac1c30e commit 1333a08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Format code
name: Format

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Publish version
name: Publish

run-name: Publish ${{ github.ref_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Cut version
name: Version

run-name: Cut ${{ github.event.inputs.version }}

Expand Down

0 comments on commit 1333a08

Please sign in to comment.