From 9bad5ae6b2c82da2b6bd5693e7552ccf9870f72e Mon Sep 17 00:00:00 2001 From: Doug Beatty Date: Wed, 11 Dec 2024 09:56:42 -0700 Subject: [PATCH] Restore newline --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 06db61d..37cadc7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,6 +19,7 @@ # to mark the PR as safe to run. name: Adapter Integration Tests + run-name: "${{ (contains(github.event_name, 'workflow_') && inputs.name) || github.event_name }}: ${{ (contains(github.event_name, 'workflow_') && inputs.adapter_branch) || github.ref_name }} by @${{ github.actor }}" on: