We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfec6e commit c38dbdbCopy full SHA for c38dbdb
.github/workflows/push-docs.yaml
@@ -15,6 +15,8 @@ on:
15
jobs:
16
receiver:
17
runs-on: ubuntu-latest
18
+ outputs:
19
+ dispatch_lts: ${{ steps.dispatch-receiver.outputs.dispatch_lts }}
20
steps:
21
- name: The glooe-release-created event is received when a relase is cut in solo-projects repo
22
id: dispatch-receiver
changelog/v1.17.22/docs-workflow-fix.yaml
@@ -0,0 +1,5 @@
1
+changelog:
2
+ - type: NON_USER_FACING
3
+ description: >-
4
+ Doc workflow typo fix.
5
+ skipCI-kube-tests:true
0 commit comments