Apply suggestion from @aaronpowell

This commit is contained in:
Aaron Powell 2025-07-08 12:10:44 +10:00 committed by GitHub
parent a0afcc0f1a
commit b5a9ead9fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
--- ---
applyTo: ['*'] applyTo: ['*']
description: "Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies." description: 'Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies.'
--- ---
# GitHub Actions CI/CD Best Practices # GitHub Actions CI/CD Best Practices