fix: still using old env name
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Open pull request
|
- name: Open pull request
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/expressions
|
# https://docs.github.com/en/actions/learn-github-actions/expressions
|
||||||
if: contains(env.update_status, '==')
|
if: contains(env.version, '==')
|
||||||
#if: contains(steps.update.outputs.STATUS, '==')
|
#if: contains(steps.update.outputs.STATUS, '==')
|
||||||
uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@v2
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user