Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit c64bf0e

Browse files
committed
Try to ignore workflow files
1 parent b7c4ad1 commit c64bf0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ echo "## Login into git..."
1919
git config --global user.email "[email protected]"
2020
git config --global user.name "Node Code Formatter"
2121

22+
echo "## Ignore workflow files (we may not touch them)"
23+
git update-index --assume-unchanged .github/workflows/*
24+
2225
echo "## Your environment is not ready yet. Installing modules..."
2326
if [ -f yarn.lock ]; then
2427
echo "## Detected yarn as package manager"

0 commit comments

Comments
 (0)