Skip to content

Commit ea14b01

Browse files
authored
Merge pull request #78 from NIDAP-Community/feature_demo
Update Append_File_On_Merged_to_Main.yml
2 parents d1dae55 + d0eacc2 commit ea14b01

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 [ -n "${nothing_for_commit}" ]; then
5858
echo "Commit check failed with message: $nothing_for_commit"
5959
else
6060
echo "Pushing changes now."

0 commit comments

Comments
 (0)