Skip to content

Commit 18a185c

Browse files
committed
chore(workflows): debugging
1 parent 6d5f0f9 commit 18a185c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lune/deploy.luau

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ local net = require("@lune/net")
33
local fs = require("@lune/fs")
44

55
local artifact = process.args[1]
6+
print("process.env.GITHUB_SHA: ", process.env.GITHUB_SHA)
67
local commitHash = process.env.GITHUB_SHA
78
local authorization = process.env.SDK_ARTIFACT_UPLOAD_SECRET
89

0 commit comments

Comments
 (0)