CI Skip ci when updating the cross build metadata file (#4972)

This commit is contained in:
Gyeongjae Choi 2024-07-29 20:41:15 +09:00 committed by GitHub
parent 504d897187
commit 01ca727681
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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