mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
fix: workflow
This commit is contained in:
parent
035ed3bd13
commit
97c1985479
5
.github/workflows/pull.yml
vendored
5
.github/workflows/pull.yml
vendored
@ -15,7 +15,10 @@ jobs:
|
||||
# Runs a single command using the runners shell
|
||||
- name: Get PR commit message
|
||||
id: pr
|
||||
run: echo "message=$(git log --format=%B -n 1)" > $GITHUB_OUTPUT
|
||||
run: |
|
||||
commitmessage=$(git log --format=%B -n 1)
|
||||
echo "message=$commitmessage" > $GITHUB_OUTPUT
|
||||
echo "set message=$commitmessage"
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Close PR if commit message is "Update main.go"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user