Loading .github/workflows/check-git-apply.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading @@ -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: | Loading Loading
.github/workflows/check-git-apply.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading @@ -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: | Loading