Skip to content

Commit e377fb1

Browse files
committed
Revert to checkout action 1.1.0 to fix git auth issue when the maven release plugin pushes.
Need to investigate why upgrading the checkout action version breaks release
1 parent 6fe594c commit e377fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: github.event_name == 'push' && github.repository == 'logstash/logstash-logback-encoder' && github.ref == 'refs/heads/main' && startsWith(github.event.commits[0].message, '[release]')
5454
steps:
5555
- name: Checkout Code
56-
uses: actions/checkout@v2
56+
uses: actions/checkout@v1.1.0
5757
with:
5858
ref: main
5959

0 commit comments

Comments
 (0)