This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 426fcfb80d Fix deprecated workflows (2)
426fcfb80d is described below

commit 426fcfb80dc343f83e047e0f126ee5fb1eb2d1cf
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Apr 16 15:58:16 2024 +0200

    Fix deprecated workflows (2)
---
 .github/workflows/build.yml           | 2 +-
 .github/workflows/codeql-analysis.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8ff3eace73..a6a18d429b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,4 +16,4 @@
 #
 
 name: build (deprecated)
-on: workflow-dispatch
+on: workflow_dispatch
diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index f1656489ed..8ca6cca159 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -16,4 +16,4 @@
 #
 
 name: codeql-analysis (deprecated)
-on: workflow-dispatch
+on: workflow_dispatch

Reply via email to