Explorar el Código

Set Git user name and email in action.yml

Configure Git user for actions in the dependencies workflow.
jimsterino98 hace 2 meses
padre
commit
05f44551f8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/actions/dependencies/action.yml

+ 3 - 0
.github/actions/dependencies/action.yml

@@ -21,6 +21,9 @@ runs:
     shell: bash
     run: |
      ANYKERNEL_BRANCH="gki-2.0"
+     git config --global user.name "github-actions[bot]"
+     git config --global user.email "41898282+github-actions[bot]@://github.com"
+     
      git clone https://github.com/WildKernels/kernel_patches.git
      git clone https://github.com/WildKernels/AnyKernel3.git -b "$ANYKERNEL_BRANCH"
      if [[ ${{ inputs.zeromount }} == 'true' ]]; then