We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1dae55 + d0eacc2 commit ea14b01Copy full SHA for ea14b01
.github/workflows/Append_File_On_Merged_to_Main.yml
@@ -54,7 +54,7 @@ jobs:
54
echo "Performing check now"
55
export nothing_for_commit="$(grep -Po "nothing to commit" commit_log.log)"
56
57
- if [ -z "${nothing_for_commit}" ]; then
+ if [ -n "${nothing_for_commit}" ]; then
58
echo "Commit check failed with message: $nothing_for_commit"
59
else
60
echo "Pushing changes now."
0 commit comments