7 lines
137 B
Plaintext
Executable File
7 lines
137 B
Plaintext
Executable File
# Build the action before committing
|
|
echo "🔨 Building action..."
|
|
npm run build
|
|
|
|
# Add the built files to the commit
|
|
git add entry.cjs
|