From aaee03909c3385546edd4ced80517fbbebe3be61 Mon Sep 17 00:00:00 2001 From: Ferdinand Linnenberg Date: Mon, 1 Jul 2024 18:00:47 +0200 Subject: [PATCH] fix: name --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 00e59ce..c3f2c92 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,5 @@ -name: 'Cancel this merge queue' -description: 'Uses the GitHub Actions API to cancel the current merge queue entry' +name: 'Cancel this branch' +description: 'Uses the GitHub Actions API to cancel the current branch (pending only)' inputs: token: description: 'Token'