From ed9aaf1a1ae72d42f4cec6f858de0b9d90d391bf Mon Sep 17 00:00:00 2001 From: Jonathan Bout Date: Sat, 25 Jan 2025 14:28:59 +0100 Subject: [PATCH] Update cleanup.yml --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 829eb70..278deca 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -10,7 +10,7 @@ permissions: actions: write env: - BRANCH: ${{ github.event_type == 'pull_request' && 'refs/pull/${{ github.event.pull_request.number }}/merge' || github.event.ref }} + BRANCH: ${{ github.event_name == 'pull_request' && 'refs/pull/${{ github.event.pull_request.number }}/merge' || github.event.ref }} jobs: cleanup: