Skip to content

Commit

Permalink
Update push for git permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Apr 18, 2022
1 parent 1b562c6 commit 70565de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true

- name: Git ownership exception
run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE"

- name: build ${{ matrix.model }}
run: cd source && ./build.sh -m ${{ matrix.model }}
Expand Down Expand Up @@ -69,7 +72,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true


- name: Git ownership exception
run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE"

- name: build ${{ matrix.model }}
run: cd source && make -j$(nproc) model="${{ matrix.model }}" firmware-multi_compressed_European firmware-multi_compressed_Bulgarian+Russian+Serbian+Ukrainian firmware-multi_Chinese+Japanese

Expand Down

0 comments on commit 70565de

Please sign in to comment.