mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-07-10 22:17:54 +08:00
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Check version
|
||||
id: version
|
||||
run: |
|
||||
if [ '${{ github.event_name }}' == 'pull_request' && ${{ github.event.pull_request.merged }} == true ]; then
|
||||
if [[ '${{ github.event_name }}' == 'pull_request' && ${{ github.event.pull_request.merged }} == true ]]; then
|
||||
echo "version=${{ github.event.pull_request.title }}" >> $GITHUB_OUTPUT
|
||||
git config --local user.email
|
||||
git config --local user.name "github-actions"
|
||||
|
||||
Reference in New Issue
Block a user