Merge remote-tracking branch 'origin/master'

This commit is contained in:
Hosted Weblate 2021-02-05 12:56:50 +01:00
commit 8f10e3baad

View File

@ -42,7 +42,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
with: with:
ref: refs/pull/${{ github.event.number }}/merge ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }} repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Restore dependency cache - name: Restore dependency cache
@ -88,7 +88,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
with: with:
ref: refs/pull/${{ github.event.number }}/merge ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }} repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Restore dependency cache - name: Restore dependency cache