imperfectandcompany / Imperfect-Gamers-Site-Store

Our robust community site integrating Steam for enhanced user interactions and data management, powered by Remix with Tailwind CSS for optimistic, responsive UI. Features CI/CD with GitHub Actions and Docker for seamless deployment and maintenance.
https://store.imperfectgamers.org/
Other
0 stars 0 forks source link

Preventing auto-commit of workflow files #3

Closed cheesea3 closed 4 months ago

cheesea3 commented 4 months ago

git restore --staged .github/ removes any changes in the .github directory from the staged area before committing. This ensures that workflow files are not included in the auto-commit.