We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764bec0 commit 4339784Copy full SHA for 4339784
.github/workflows/build-and-publish.yml
@@ -28,6 +28,7 @@ jobs:
28
ssh-keyscan -H github.com > /etc/ssh/ssh_known_hosts 2> /dev/null
29
- name: build-and-push
30
run: |
31
+ set -x
32
buf generate
33
cd ..
34
git clone git+ssh://[email protected]/cern-eos/go-eosgrpc
@@ -36,7 +37,7 @@ jobs:
36
37
git config user.name "cernbox-bot"
38
cp ../grpc-proto/build/*.go .
39
git add .
- 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 }}")
41
if [[ $done -eq 0 ]]; then
42
git push origin main
43
else
0 commit comments