We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c9774 commit b7d0b46Copy full SHA for b7d0b46
.github/workflows/tests.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches: ['master']
7
workflow_dispatch:
8
+ workflow_call:
9
10
jobs:
11
tests:
package.json
@@ -12,7 +12,7 @@
12
"axios": "^1.11.0"
13
},
14
"name": "scratchattach.ts",
15
- "version": "1.0.4",
+ "version": "1.0.5",
16
"description": "Typescript package for accessing https://scratch.mit.edu/",
17
"author": "faretek1",
18
"license": "MIT",
0 commit comments