Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit 2e09fdc

Browse files
committed
ref for sync
1 parent 714ae65 commit 2e09fdc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ runs:
4040

4141
- name: Ensure inside a git repository
4242
shell: bash
43-
run: git rev-parse --is-inside-work-tree >/dev/null || {
44-
echo "❌ Not in a git repository";
45-
exit 1;
46-
}
43+
run: git rev-parse --is-inside-work-tree >/dev/null || { echo "❌ Not in a git repository"; exit 1; }
4744

4845
# ------------------------------------------------------------
4946
# Parse configuration (repository, branch, ref, includes, excludes)

0 commit comments

Comments
 (0)