Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 30cd5d70 authored by uazo's avatar uazo Committed by GitHub
Browse files

Update check-git-apply.yaml

parent bbd3857c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ jobs:
        with:
            repository: 'uazo/cromite'
            ref: ${{ github.event.inputs.rtag }}
            path: '${{ env.GITHUB_WORKSPACE }}/cromite'
            path: 'cromite'
            fetch-depth: 1

      - name: Check chromium version
@@ -78,7 +78,7 @@ jobs:
      - name: Cache chromium sources
        uses: actions/cache@v3
        with:
          path: ${{ env.GITHUB_WORKSPACE }}/chromium-src
          path: chromium-src
          key: chrsource-${{ env.VERSION }}

      - name: Download chromium ${{ env.VERSION }} sources
@@ -137,7 +137,7 @@ jobs:
        uses: peter-evans/create-pull-request@dcd5fd746d53dd8de555c0f10bca6c35628be47a #v3.12.0
        if: env.CHANGES == '1'
        with:
          path: $GITHUB_WORKSPACE/cromite
          path: cromite
          base: ${{ env.BRANCH }}
          #push-to-fork: uazo/cromite
          add-paths: |