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.
2 parents 9b40b37 + 2fc2759 commit e1393c9Copy full SHA for e1393c9
.github/workflows/Recovery Build.yml
@@ -46,6 +46,8 @@ jobs:
46
build:
47
if: github.event.repository.owner.id == github.event.sender.id
48
runs-on: ubuntu-20.04
49
+ permissions:
50
+ contents: write
51
steps:
52
- name: Display Run Parameters
53
run: |
@@ -99,8 +101,8 @@ jobs:
99
101
mkdir workspace
100
102
cd workspace
103
echo "workspace-folder=$(pwd)" >> $GITHUB_OUTPUT
- git config --global user.name "Captain Throwback"
- git config --global user.email "captainthrowback@hotmail.com"
104
+ git config --global user.name "Nico170420"
105
+ 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