-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typo in local ref for CI actions #457
Conversation
Signed-off-by: Alexandre Lamarre <[email protected]>
.github/workflows/release.yaml
Outdated
@@ -10,7 +10,9 @@ permissions: | |||
|
|||
jobs: | |||
ci: | |||
uses: rancher/backup-restore/.github/workflows/ci.yaml@release/v5.0 | |||
uses: rancher/backup-restore-operator/.github/workflows/ci.yaml@release/v5.0 | |||
permissions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: please remove the space after the :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad for merging if the checks in 455 failed. Please remove the extra space. Looks fine otherwise.
Signed-off-by: Alexandre Lamarre <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
workflow_call