Skip to content

Commit e79496a

Browse files
committed
[CI] fixed trivial bug
1 parent 4339784 commit e79496a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git config user.name "cernbox-bot"
3838
cp ../grpc-proto/build/*.go .
3939
git add .
40-
done=(git commit -m "Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}")
40+
done=$(git commit -m "Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}")
4141
if [[ $done -eq 0 ]]; then
4242
git push origin main
4343
else

0 commit comments

Comments
 (0)