Skip to content

Commit

Permalink
chore: Fix fix-pr-base.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jul 31, 2023
1 parent 36ddd44 commit e7f4e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix-pr-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
change-base_branch:
name: Change base branch
if: |
github.base_ref == 'main' && github.head_ref !== 'develop'
github.base_ref == 'main' && ! github.head_ref != 'develop'
runs-on: ubuntu-latest
steps:
- run: |
Expand Down

0 comments on commit e7f4e3d

Please sign in to comment.