We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490f771 commit d1537f3Copy full SHA for d1537f3
.github/workflows/push-docs.yaml
@@ -16,7 +16,7 @@ jobs:
16
receiver:
17
runs-on: ubuntu-latest
18
outputs:
19
- minor: ${{ steps.dispatch-receiver.outputs.dispatch_lts }}
+ 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.19.0-beta3/docs-workflow-fix.yaml
@@ -0,0 +1,5 @@
1
+changelog:
2
+ - type: NON_USER_FACING
3
+ description: >-
4
+ Update docs workflow.
5
+ skipCI-kube-tests:true
0 commit comments