Skip to content

Commit 195729a

Browse files
authored
[CI] Fix issue comment error (#311)
Signed-off-by: kerthcet <[email protected]>
1 parent 4f9d28c commit 195729a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/golang-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
golang-ci:
11-
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].9
11+
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].10

.github/workflows/kube-workflow-init.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55

66
jobs:
77
init:
8-
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].9
8+
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].10
99
secrets:
1010
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

.github/workflows/kube-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ on:
1919

2020
jobs:
2121
event-handler:
22-
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].9
22+
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].10
2323
secrets:
2424
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

0 commit comments

Comments
 (0)