Merge pull request #42 from Nico170420/main

fix upload issue
This commit is contained in:
azwhikaru 2023-01-19 00:14:37 +08:00 committed by GitHub
commit e1393c9255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,8 @@ jobs:
build: build:
if: github.event.repository.owner.id == github.event.sender.id if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
permissions:
contents: write
steps: steps:
- name: Display Run Parameters - name: Display Run Parameters
run: | run: |
@ -99,8 +101,8 @@ jobs:
mkdir workspace mkdir workspace
cd workspace cd workspace
echo "workspace-folder=$(pwd)" >> $GITHUB_OUTPUT echo "workspace-folder=$(pwd)" >> $GITHUB_OUTPUT
git config --global user.name "Captain Throwback" git config --global user.name "Nico170420"
git config --global user.email "captainthrowback@hotmail.com" git config --global user.email "b170420nc@gmail.com"
repo init --depth=1 -u ${{ github.event.inputs.MANIFEST_URL }} -b ${{ github.event.inputs.MANIFEST_BRANCH }} repo init --depth=1 -u ${{ github.event.inputs.MANIFEST_URL }} -b ${{ github.event.inputs.MANIFEST_BRANCH }}
id: pwd id: pwd