From 78745a5f7e9f1d9ff48db3edb7d76ab1d0a189ed Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 21 Jun 2022 19:32:34 +0200 Subject: Fix branch for workflow Signed-off-by: Carl Schwan --- .github/workflows/composer-auto.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/composer-auto.yml b/.github/workflows/composer-auto.yml index 7c97cbb4..3eb53cfa 100644 --- a/.github/workflows/composer-auto.yml +++ b/.github/workflows/composer-auto.yml @@ -28,6 +28,10 @@ jobs: comment-id: ${{ github.event.comment.id }} reaction-type: "+1" + - name: Parse command + uses: skjnldsv/parse-command-comment@master + id: command + process: runs-on: ubuntu-latest needs: init -- cgit v1.2.3