We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ff4f50 + 276b85d commit 8ec4058Copy full SHA for 8ec4058
.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 [ -z "$nothing_for_commit" ]; then
58
echo "Commit check failed: $nothing_for_commit"
59
else
60
git push -f origin main
0 commit comments