Commit 09006d70 authored by Janoš Guljaš's avatar Janoš Guljaš Committed by GitHub

fix GitHub actions Beekeeper Get PR Branch step (#830)

parent 9d7d98ff
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
command: beekeeper command: beekeeper
reaction-type: "rocket" reaction-type: "rocket"
- name: Get PR Branch - name: Get PR Branch
if: steps.command.outputs.command-arguments == 'beekeeper' if: steps.command.outputs.command-name == 'beekeeper'
id: comment-branch id: comment-branch
uses: xt0rted/pull-request-comment-branch@v1 uses: xt0rted/pull-request-comment-branch@v1
with: with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment