We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4339784 commit e79496aCopy full SHA for e79496a
.github/workflows/build-and-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
git config user.name "cernbox-bot"
38
cp ../grpc-proto/build/*.go .
39
git add .
40
- done=(git commit -m "Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}")
+ done=$(git commit -m "Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}")
41
if [[ $done -eq 0 ]]; then
42
git push origin main
43
else
0 commit comments