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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ca6b79  Fix syntax
9ca6b79 is described below

commit 9ca6b794703e34cb0241b9c0270e3397b14bd7a7
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jul 22 15:28:24 2024 +0100

    Fix syntax
---
 .github/workflows/ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2507aa5..64ada7c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,8 @@ jobs:
     steps:
     - name: Git Checkout
       uses: actions/checkout@v4
-      persist-credentials: false
+      with:
+        persist-credentials: false
     - name: Set up Java
       uses: actions/setup-java@v4
       with:


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to