diff options
Diffstat (limited to '.github/workflows/performance.yml')
-rw-r--r-- | .github/workflows/performance.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 3f0895096b1..3d2049c9cba 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -62,9 +62,9 @@ jobs: - name: Apply PR run: | - git remote add pr ${{ github.event.pull_request.head.repo.clone_url }} - git fetch pr ${{ github.event.pull_request.head.ref }} - git checkout -b pr/${{ github.event.pull_request.head.ref }} + git remote add pr '${{ github.event.pull_request.head.repo.clone_url }}' + git fetch pr '${{ github.event.pull_request.head.ref }}' + git checkout -b 'pr/${{ github.event.pull_request.head.ref }}' git submodule update ./occ upgrade |