Test with local action

This commit is contained in:
Colin McDonnell
2026-01-27 19:06:17 +00:00
committed by pullfrog[bot]
parent 2514bb1cf7
commit 6bd4097992
2 changed files with 27 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
name: "Check GitHub Token"
description: "Check if GITHUB_TOKEN environment variable exists"
author: "Pullfrog"
runs:
using: "node24"
main: "entry.ts"