Skip to content

Commit

Permalink
fix manual trigger for config sync schema workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Bojanowski <[email protected]>
  • Loading branch information
hidalgopl authored and ThomasK33 committed Dec 20, 2024
1 parent a8f1b6e commit 3e094c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-config-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sync:
runs-on: ubuntu-latest
outputs:
release_tag: ${{ steps.release.outputs.latest_release }}
release_tag: ${{ steps.release.outputs.release_tag }}
is_alpha_version: ${{ steps.release.outputs.is_alpha_version }} # on alpha version we won't sync docs and config
is_stable_version: ${{ steps.release.outputs.is_stable_version }} # on stable versions we will sync config, and CI in vcluster-config will sync docs
steps:
Expand Down

0 comments on commit 3e094c5

Please sign in to comment.