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 cd5527611e Fix deploy job branch reference
cd5527611e is described below
commit cd5527611e5ed5aa6a64afb70fe5209af016b414
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Mar 15 09:34:06 2023 +0100
Fix deploy job branch reference
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b7049edee0..389e58da87 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -120,7 +120,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
- if: github.repository == 'apache/logging-log4j2' && github.ref == '2.x'
+ if: github.repository == 'apache/logging-log4j2' && github.ref ==
'refs/heads/2.x'
steps: