Skip to content

Commit 29f9df9

Browse files
authored
Remove [ci skip] from commit message
1 parent aa81427 commit 29f9df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/receive-beta-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ jobs:
128128
if git diff --staged --quiet; then
129129
echo "No changes to commit"
130130
else
131-
git commit -m "[ci skip] Update links.json with current folders"
131+
git commit -m "Update links.json with current folders"
132132
git push
133133
fi

0 commit comments

Comments
 (0)