Skip to content

Commit f3bbd48

Browse files
author
Stephanos
authored
Merge pull request #22 from online-VCDS/sb/update-mqtt
Add to publish-message
2 parents eda1084 + a98422b commit f3bbd48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-mqtt-update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
port: 1883
1414
topic: "VCDS/CI/push/${{ github.repository }}"
1515
message: "{
16-
'commit' : ${{ github.event.head_commit.message }}
16+
'repo' : ${{ github.repository }},
17+
'commit' : ${{ github.event.head_commit.message }},
18+
'actor' : ${{ github.actor }}
1719
}"

0 commit comments

Comments
 (0)