Skip to content

Commit b8baf59

Browse files
Rename action to 'Deploy Java Artifacts to Cloudflare Pages'
1 parent a276a23 commit b8baf59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Java Artifacts to Cloudflare Pages'
1+
name: 'Deploy Java Artifacts to Cloudflare Pages'
22
description: 'Deploy Java artifacts from Gradle/Maven to Cloudflare Pages as a Maven repository'
33
author: 'nightowl-devs'
44

@@ -275,4 +275,4 @@ runs:
275275
accountId: ${{ inputs.cf-account-id }}
276276
projectName: ${{ inputs.cf-project-name }}
277277
directory: ${{ inputs.output-dir }}
278-
gitHubToken: ${{ inputs.github-token }}
278+
gitHubToken: ${{ inputs.github-token }}

0 commit comments

Comments
 (0)