mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Update schedule-nightly.yml (#21895)
This commit is contained in:
parent
aba43e61b7
commit
333783c6ea
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…
x
Reference in New Issue
Block a user