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 0425d20 commit 9a137c7Copy full SHA for 9a137c7
.github/workflows/ci.yml
@@ -30,6 +30,13 @@ jobs:
30
console.log("✅ github-script-post-comment action executed in CI.");
31
return "Self-test successful.";
32
33
+ - name: Upload Embedded JavaScript
34
+ uses: actions/upload-artifact@v4
35
+ if: always()
36
+ with:
37
+ name: embedded-js
38
+ path: 'final_script.js'
39
+
40
# Lint any JS scripts (for embedded logic or examples)
41
- name: Lint embedded JavaScript
42
env:
0 commit comments