Skip to content

Commit 24c2a7b

Browse files
authored
Merge pull request #397 from hookdeck/chore/ci-example-updates
chore(ci): example updates
2 parents b74ef4b + 0201db3 commit 24c2a7b

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.github/workflows/sdk_publish_outpost_go.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ jobs:
140140
--base main \
141141
--head "$BRANCH_NAME" \
142142
--title "$PR_TITLE" \
143-
--body "$PR_BODY" \
144-
--label "automated pr,sdk,outpost-go"
143+
--body "$PR_BODY"
145144
146145
echo "Pull Request created for branch $BRANCH_NAME."
147146
fi

examples/sdk-typescript/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/sdk-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"@hookdeck/outpost-sdk": "^0.1.1",
4+
"@hookdeck/outpost-sdk": "^0.2.0",
55
"dotenv": "^16.5.0"
66
},
77
"devDependencies": {

sdks/outpost-go/shields.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
33
"label": "outpost-go",
4-
"message": "v0.1.7",
4+
"message": "v0.2.0",
55
"color": "blue"
66
}

0 commit comments

Comments
 (0)