Skip to content

Commit 1551a39

Browse files
authored
small fix to action conditional (mongodb#44)
* small fix to action conditional * update commit hash
1 parent b830cd0 commit 1551a39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Remove-Function-Name-Prefix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
mv -n $file $justpath/$justfile
2222
fi
2323
done
24-
if [ -z "$(git diff --name-only)" ]; then
24+
if [ "$(git diff --name-only)" ]; then
2525
git add .
2626
git config --global user.email "[email protected]"
2727
git config --global user.name "ActionBot"

latestCommit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7b630c904bbbd73d0ab6a5c503533c103b80ef92
1+
c0fe30a5c2d13786ed9fef04190d57c6f67ea959

0 commit comments

Comments
 (0)