fix: leftover operator from testing
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Open pull request
|
||||
# https://docs.github.com/en/actions/learn-github-actions/expressions
|
||||
if: contains(env.version, '==')
|
||||
if: contains(env.version, '>')
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Reference in New Issue
Block a user