|
|
|
@ -15,7 +15,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
repository: ${{ github.event.workflow_run.head_repository.full_name }}
|
|
|
|
repository: ${{ github.event.workflow_run.head_repository.full_name }}
|
|
|
|
ref: ${{ github.event.workflow_run.head_branch }}
|
|
|
|
ref: ${{ github.event.workflow_run.head_branch }}
|
|
|
|
token: ${{ secrets.GH_PUBLIC_REPOSITORIES_TOKEN }}
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
fetch-depth: 0
|
|
|
|
fetch-depth: 0
|
|
|
|
- name: 'Download Green Tests'
|
|
|
|
- name: 'Download Green Tests'
|
|
|
|
id: DownloadGreenTests
|
|
|
|
id: DownloadGreenTests
|
|
|
|
|