Skip to content

Commit 0363ce6

Browse files
authored
Fix error on values pass to action-event-register (#5708)
Signed-off-by: khanhtc1202 <[email protected]>
1 parent 3290f76 commit 0363ce6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish_image_chart.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ jobs:
132132
commit-hash: ${{ github.sha }}
133133
commit-url: https://github.com/pipe-cd/pipecd/commit/${{ github.sha }}
134134
commit-author: ${{ github.actor }}
135-
commit-message: ${{ github.event.head_commit.message }}
136-
commit-title: ${{ github.event.head_commit.message }}
137-
commit-timestamp: ${{ github.event.head_commit.timestamp }}
138135
contexts: Source-Commit-URL=https://github.com/pipe-cd/pipecd/commit/${{ github.sha }}
139136
# Notify PipeCD to trigger update demo environment via EventWatcher.
140137
- uses: pipe-cd/[email protected]
@@ -147,9 +144,6 @@ jobs:
147144
commit-hash: ${{ github.sha }}
148145
commit-url: https://github.com/pipe-cd/pipecd/commit/${{ github.sha }}
149146
commit-author: ${{ github.actor }}
150-
commit-message: ${{ github.event.head_commit.message }}
151-
commit-title: ${{ github.event.head_commit.message }}
152-
commit-timestamp: ${{ github.event.head_commit.timestamp }}
153147
contexts: Source-Commit-URL=https://github.com/pipe-cd/pipecd/commit/${{ github.sha }}
154148

155149
release-quickstart-manifests:

0 commit comments

Comments
 (0)