File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 fetch-depth : 0
3737
38+ - name : " Set Git Config"
39+ run : |
40+ git config --global user.email "<>"
41+ git config --global user.name "GitHub Action"
42+ git config --system --add safe.directory "$GITHUB_WORKSPACE"
43+
3844 - name : " Check for changes in src folder"
3945 run : |
4046 echo "::group::Check for changes in source code"
6975 fi
7076 echo "::endgroup::"
7177
72- - name : " Set Git Config"
73- run : |
74- git config --global user.email "<>"
75- git config --global user.name "GitHub Action"
76- git config --system --add safe.directory "$GITHUB_WORKSPACE"
77-
7878 - name : Authenticate node
7979 uses : navikt/sf-platform/.github/actions/authenticateNode@main
8080 if : ${{ github.ref_name == 'refs/heads/main' }}
You can’t perform that action at this time.
0 commit comments