Skip to content

Commit f60752a

Browse files
Caleb BroseCaleb Brose
authored andcommitted
Fix things?
1 parent 5f4794d commit f60752a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

action.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ if (-not (Get-Module -ListAvailable GitHubActions)) {
99

1010
Import-Module GitHubActions
1111

12-
## Pull in some inputs
1312
$repositoryUrl = Get-ActionInput repositoryUrl -Required
1413
$defaultBranch = Get-ActionInput defaultBranch
1514
$rootDocsFolder = Get-ActionInput root

action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ inputs:
2828
required: false
2929
default: false
3030

31-
outputs: []
32-
3331
branding:
3432
color: purple
3533
icon: terminal

0 commit comments

Comments
 (0)