0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-11-13 11:11:56 +02:00

Persist creds to a separate file (#2286)

This commit is contained in:
eric sciple 2025-11-03 13:08:38 -06:00 committed by GitHub
parent ff7abcd0c3
commit 069c695914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1060 additions and 149 deletions

View file

@ -17,7 +17,7 @@ fi
echo "Testing persisted credential"
pushd ./submodules-recursive/submodule-level-1/submodule-level-2
git config --local --name-only --get-regexp http.+extraheader && git fetch
git config --local --includes --name-only --get-regexp http.+extraheader && git fetch
if [ "$?" != "0" ]; then
echo "Failed to validate persisted credential"
popd