Update schedule-nightly.yml (#21895)
This commit is contained in:
parent
aba43e61b7
commit
333783c6ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/schedule-nightly.yml
vendored
2
.github/workflows/schedule-nightly.yml
vendored
|
@ -55,6 +55,6 @@ jobs:
|
|||
steps:
|
||||
- run: echo ${{ needs.setup.outputs.latest-release-branch }}
|
||||
- name: Run workflow
|
||||
run: gh workflow run -R ${{ github.repository }} ${{ matrix.workflow }} -R ${{ needs.setup.outputs.latest-release-branch }}
|
||||
run: gh workflow run -R ${{ github.repository }} ${{ matrix.workflow }} --ref ${{ needs.setup.outputs.latest-release-branch }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue