From 5094bc29c34ebd5c220349e5384e00fb9664947c Mon Sep 17 00:00:00 2001 From: Marco de Abreu Date: Tue, 15 Apr 2025 23:47:44 +0200 Subject: [PATCH] GitHub Action: Fix syntax error (#104074) Fix syntax error Co-authored-by: Marco de Abreu <18629099+marcoabreu@users.noreply.github.com> --- .github/workflows/pr-patch-check-event.yml | 2 +- .github/workflows/sync-mirror-event.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-patch-check-event.yml b/.github/workflows/pr-patch-check-event.yml index f3efa897856..1abf2452476 100644 --- a/.github/workflows/pr-patch-check-event.yml +++ b/.github/workflows/pr-patch-check-event.yml @@ -1,6 +1,6 @@ # Owned by grafana-delivery-squad # Intended to be dropped into the base repo Ex: grafana/grafana -name: Dispatch: Check for patch conflicts +name: Dispatch check for patch conflicts run-name: dispatch-check-patch-conflicts-${{ github.base_ref }}-${{ github.head_ref }} on: pull_request: diff --git a/.github/workflows/sync-mirror-event.yml b/.github/workflows/sync-mirror-event.yml index 55347bf6b2f..e2a44b21322 100644 --- a/.github/workflows/sync-mirror-event.yml +++ b/.github/workflows/sync-mirror-event.yml @@ -1,6 +1,6 @@ # Owned by grafana-delivery-squad # Intended to be dropped into the base repo, Ex: grafana/grafana -name: Dispatch: Sync to mirror +name: Dispatch sync to mirror run-name: dispatch-sync-to-mirror-${{ github.ref_name }} on: workflow_dispatch: