We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8c9af commit a017805Copy full SHA for a017805
2 files changed
README.md
@@ -1,5 +1,5 @@
1
-# create-github-release
2
-A GitHub Action for creating and/or overwriting a GitHub release
+# Create/Update Github Release
+An Action for creating and/or overwriting a GitHub release
3
4
## What does this thing do?
5
This action can be used to automatically publish and/or update GitHub releases after
action.yml
-name: "Create Github Release"
-description: "A GitHub Action for creating and/or overwriting a GitHub release"
+name: "Create/Update Github Release"
+description: "An Action for creating and/or overwriting a GitHub release"
inputs:
token:
description: "Token used for creating/editing releases"
0 commit comments