We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a256a commit 6ba67d0Copy full SHA for 6ba67d0
.github/workflows/toolchain-upgrade.yml
@@ -43,8 +43,8 @@ jobs:
43
echo "branch_exists=true" >> $GITHUB_ENV
44
fi
45
- name: Create Pull Request
46
- if: ${{ ! env.branch_exists }}
47
- uses: peter-evans/create-pull-request@v4
+ if: ${{ env.branch_exists == 'false' }}
+ uses: peter-evans/create-pull-request@v5
48
with:
49
commit-message: Upgrade Rust toolchain to nightly-${{ env.next_toolchain_date }}
50
branch: toolchain-${{ env.next_toolchain_date }}
0 commit comments