Update check-git-apply.yaml

This commit is contained in:
uazo
2023-07-23 07:22:58 -05:00
committed by GitHub
parent bbd3857c55
commit 30cd5d7038
+3 -3
View File
@@ -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: |