Skip to content

Commit

Permalink
fix(gh-actions): branch name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux authored Aug 6, 2023
1 parent 35ebe2e commit 82e4d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
uses: ctux/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch_main_name: "'master'"
branch_main_name: "'develop'"
branch_pr_name: "'dependencies-update'"
commit_message: "'chore(dependencies): automatic updates'"

0 comments on commit 82e4d9d

Please sign in to comment.