diff --git a/readme.md b/readme.md index 946c113..4937ec6 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ A implementation of workflows of GitHub Actions to support using gitflow on GitH jobs: gitflow: uses: ab180/gitflow/.github/workflows/gitflow.yml@v2 - # inputs: + # with: # MAIN_BRANCH: ... # Default: 'main' # DEVELOP_BRANCH: ... # Default: 'develop' # FEATURE_BRANCHES: ... # Default: 'feature refactor fix change update document test chore'