Skip to content

Commit 8ec4058

Browse files
authored
Merge pull request #68 from NIDAP-Community/feature_demo
Update check for merge to main action
2 parents 1ff4f50 + 276b85d commit 8ec4058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Append_File_On_Merged_to_Main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "performing check now"
5555
export nothing_for_commit="$(grep -Po "nothing to commit" commit_log.log)"
5656
57-
if [[ -z "$nothing_for_commit" ]]; then
57+
if [ -z "$nothing_for_commit" ]; then
5858
echo "Commit check failed: $nothing_for_commit"
5959
else
6060
git push -f origin main

0 commit comments

Comments
 (0)