We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517445b commit ea9dc9aCopy full SHA for ea9dc9a
2 files changed
action.yml
@@ -1,5 +1,5 @@
1
# https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions
2
-name: 'Action JS Template'
+name: 'Verify Package Version'
3
description: 'A simple javascript template for rapid development of GitHub actions.'
4
author: 'xrkffgg'
5
package.json
{
- "name": "action-js-template",
+ "name": "verify-package-version",
"version": "0.0.1",
"private": true,
"description": "A javascript template for rapid development of GitHub actions.",
0 commit comments