pull branch argument added

This commit is contained in:
pseusys
2023-03-11 22:46:48 +01:00
parent a152372ebb
commit 407ebd0677
3 changed files with 14 additions and 6 deletions

View File

@@ -17,6 +17,11 @@ inputs:
required: false
default: "waka"
PULL_BRANCH_NAME:
required: false
description: "The branch to get the readme from"
default: ""
PUSH_BRANCH_NAME:
required: false
description: "The branch to update the readme in"