From 41bee38bf7739017fe53d8d770e3286f0ffb6357 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Mon, 13 Nov 2023 13:07:45 +0100 Subject: [PATCH] Print the actor in the maintenance action (#377) --- .github/workflows/maintenance.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maintenance.yaml b/.github/workflows/maintenance.yaml index b5eef69..5e6cdd8 100644 --- a/.github/workflows/maintenance.yaml +++ b/.github/workflows/maintenance.yaml @@ -48,3 +48,4 @@ jobs: assignees: philipp-horstenkamp reviewers: philipp-horstenkamp delete-branch: true + - run: echo "Print the actor ${{ github.actor }}"