|
@@ -9,7 +9,7 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
if: github.event.workflow_run.conclusion == 'success'
|
|
if: github.event.workflow_run.conclusion == 'success'
|
|
|
steps:
|
|
steps:
|
|
|
- - uses: actions/checkout@v3
|
|
|
|
|
|
|
+ - uses: actions/checkout@v4
|
|
|
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 }}
|