@@ -287,6 +287,20 @@ commit_filter:
287287 usually create. See also <code>out params.refs_prefix</code>.
288288 </td>
289289 </tr >
290+ <tr >
291+ <td><code>debug</code> (Optional)</td>
292+ <td>
293+ Set to <code>true</code> to enable. Sets the following for check/get/put
294+ steps of the resource. Secrets may not be correctly redacted due the
295+ JSON encoding of longer secret strings.
296+ <pre>
297+ set -x
298+ export GIT_TRACE=1
299+ export GIT_TRACE_PACKFILE=1
300+ export GIT_CURL_VERBOSE=1
301+ </pre >
302+ </td >
303+ </tr >
290304</table >
291305
292306### Example
@@ -513,6 +527,20 @@ correct key is provided set in `git_crypt_key`.
513527 <code>source.branch</code> or the default branch) will be fetched.
514528 </td>
515529 </tr>
530+ <tr>
531+ <td><code>debug</code> (Optional)</td>
532+ <td>
533+ Set to <code>true</code> to enable. Sets the following for check/get/put
534+ steps of the resource. Secrets may not be correctly redacted due the
535+ JSON encoding of longer secret strings.
536+ <pre>
537+ set -x
538+ export GIT_TRACE=1
539+ export GIT_TRACE_PACKFILE=1
540+ export GIT_CURL_VERBOSE=1
541+ </pre>
542+ </td>
543+ </tr>
516544</table>
517545
518546# ### GPG signature verification
@@ -654,6 +682,20 @@ and the `rebase` parameter is not provided, the push will fail.
654682 Useful when paired with <code>source.search_remote_refs</code> in cases where the git remote renames the ref you pushed.
655683 </td>
656684 </tr>
685+ <tr>
686+ <td><code>debug</code> (Optional)</td>
687+ <td>
688+ Set to <code>true</code> to enable. Sets the following for check/get/put
689+ steps of the resource. Secrets may not be correctly redacted due the
690+ JSON encoding of longer secret strings.
691+ <pre>
692+ set -x
693+ export GIT_TRACE=1
694+ export GIT_TRACE_PACKFILE=1
695+ export GIT_CURL_VERBOSE=1
696+ </pre>
697+ </td>
698+ </tr>
657699</table>
658700
659701# # Development
0 commit comments