mirror of https://github.com/pyodide/pyodide.git
CI Skip ci when updating the cross build metadata file (#4972)
This commit is contained in:
parent
504d897187
commit
01ca727681
|
@ -44,10 +44,10 @@ jobs:
|
|||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: Update cross-build metadata file for version ${{ env.VERSION }}
|
||||
commit-message: Update cross-build metadata file for version ${{ env.VERSION }} [skip ci]
|
||||
title: Update cross-build metadata file for version ${{ env.VERSION }}
|
||||
body: |
|
||||
This PR updates the cross-build metadata file.
|
||||
This PR updates the cross-build metadata file for version ${{ env.VERSION }}
|
||||
branch: update-cross-build-metadata-${{ env.VERSION }}
|
||||
base: main
|
||||
branch-suffix: timestamp
|
||||
|
|
Loading…
Reference in New Issue