We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5de54b commit 2fc2759Copy full SHA for 2fc2759
.github/workflows/Recovery Build.yml
@@ -101,8 +101,8 @@ jobs:
101
mkdir workspace
102
cd workspace
103
echo "workspace-folder=$(pwd)" >> $GITHUB_OUTPUT
104
- git config --global user.name "Captain Throwback"
105
- git config --global user.email "captainthrowback@hotmail.com"
+ git config --global user.name "Nico170420"
+ git config --global user.email "b170420nc@gmail.com"
106
repo init --depth=1 -u ${{ github.event.inputs.MANIFEST_URL }} -b ${{ github.event.inputs.MANIFEST_BRANCH }}
107
id: pwd
108
0 commit comments