Skip to content

Commit e1393c9

Browse files
authored
Merge pull request azwhikaru#42 from Nico170420/main
fix upload issue
2 parents 9b40b37 + 2fc2759 commit e1393c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/Recovery Build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
build:
4747
if: github.event.repository.owner.id == github.event.sender.id
4848
runs-on: ubuntu-20.04
49+
permissions:
50+
contents: write
4951
steps:
5052
- name: Display Run Parameters
5153
run: |
@@ -99,8 +101,8 @@ jobs:
99101
mkdir workspace
100102
cd workspace
101103
echo "workspace-folder=$(pwd)" >> $GITHUB_OUTPUT
102-
git config --global user.name "Captain Throwback"
103-
git config --global user.email "captainthrowback@hotmail.com"
104+
git config --global user.name "Nico170420"
105+
git config --global user.email "b170420nc@gmail.com"
104106
repo init --depth=1 -u ${{ github.event.inputs.MANIFEST_URL }} -b ${{ github.event.inputs.MANIFEST_BRANCH }}
105107
id: pwd
106108

0 commit comments

Comments
 (0)