refactor action to use INPUTS_JSON object
This commit is contained in:
+1
-5
@@ -2,9 +2,5 @@
|
||||
echo "🔒 Updating lockfile..."
|
||||
pnpm install --lockfile-only
|
||||
|
||||
# Build the action before committing
|
||||
echo "🔨 Building action..."
|
||||
npm run build
|
||||
|
||||
# Add the built files and lockfile to the commit
|
||||
git add entry.cjs pnpm-lock.yaml
|
||||
git add pnpm-lock.yaml
|
||||
|
||||
Reference in New Issue
Block a user