Skip to content

Commit 68667b8

Browse files
author
Abdulhakim Ajetunmobi
committed
edit workflow
1 parent e960308 commit 68667b8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/workspace.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
id: prep-deploy
6060
working-directory: ${{ steps.get-changed-folder.outputs.dir }}
6161
run: |
62-
NAME=$(jq -r '.slug' ./tutorial-config.json)
62+
NAME=${{ steps.get-changed-folder.outputs.dir }}
63+
NAME=${NAME#*/}
6364
VERSION=$(jq -r '.version' ./tutorial-config.json)
6465
6566
echo "version=$VERSION" >> "$GITHUB_OUTPUT"

tutorials/messages_api-node-sms/download-toolbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ async function downloadFile(url, filename) {
2626
console.log('download toolbar application files');
2727

2828
downloadFile(
29-
'https://raw.githubusercontent.com/conshus/onboarding-tutorials/refs/heads/main/toolbar-app/vonage-toolbar/integration.ts',
29+
'https://raw.githubusercontent.com/Vonage-Community/tutorial-interactive_tutorials/refs/heads/main/toolbar-app/vonage-toolbar/integration.ts',
3030
'integration.ts'
3131
);
3232

3333
downloadFile(
34-
'https://raw.githubusercontent.com/conshus/onboarding-tutorials/refs/heads/main/toolbar-app/vonage-toolbar/app.ts',
34+
'https://raw.githubusercontent.com/Vonage-Community/tutorial-interactive_tutorials/refs/heads/main/toolbar-app/vonage-toolbar/app.ts',
3535
'app.ts'
3636
);
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
2-
"title": "Messages API - SMS (Node.js)",
3-
"slug": "messages_api-sms-node",
42
"files": [
53
"send-sms.js"
64
],
75
"panels": [
86
"terminal"
97
],
10-
"version": "0.5.0"
8+
"version": "0.6.0"
119
}

0 commit comments

Comments
 (0)