Skip to content

Commit 766950c

Browse files
committed
Fix YAML heredoc EOF indentation in Chrome Web Store deployment
- Properly indent EOF terminator to match heredoc content - Resolve YAML validation error on line 221 - Ensure correct bash heredoc syntax - Enable successful CI/CD pipeline execution
1 parent afc032b commit 766950c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
# This safely handles multi-line PEM content without bash interpretation
219219
cat > chrome-extension.pem << 'EOF'
220220
${{ secrets.CHROME_CRX_PRIVATE_KEY }}
221-
EOF
221+
EOF
222222
echo "🔐 Using verified CRX private key from GitHub Secrets"
223223
chmod 600 chrome-extension.pem
224224

0 commit comments

Comments
 (0)