Skip to content

Commit

Permalink
Merge pull request #199 from gsmet/action-name
Browse files Browse the repository at this point in the history
Name of the action should be present in default template
  • Loading branch information
gsmet authored Nov 20, 2023
2 parents 222eed8 + a0d3506 commit 90fa9a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
:quarkus-version: 3.5.1
:quarkus-version: 3.5.2
:quarkus-github-action-version: 2.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ inputs:
github-token:
description: 'GitHub token'
required: true
action:
description: 'Name of the action (if named)'
required: false
runs:
using: "composite"
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ inputs:
github-token:
description: 'GitHub token'
required: true
action:
description: 'Name of the action (if named)'
required: false
runs:
using: "composite"
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ inputs:
github-token:
description: 'GitHub token'
required: true
action:
description: 'Name of the action (if named)'
required: false
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 90fa9a4

Please sign in to comment.