Skip to content

Commit

Permalink
updated styler action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Sep 12, 2024
1 parent 0decd41 commit 326d69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/styler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
git add .
git commit -m "Styled package"
git push origin master:style_pkg --force
git push origin main:style_pkg --force
- name: Create Pull Request
if: env.PR_NUMBER == ''
Expand All @@ -59,5 +59,5 @@ jobs:
branch: style_pkg
title: 'Style package'
body: 'Automated PR to style package using `styler:style_pkg()`'
base: master
base: main
branch-suffix: ''

0 comments on commit 326d69c

Please sign in to comment.