Skip to content

Commit 3cd503f

Browse files
committed
[CI] removed warning
1 parent 2f0ab40 commit 3cd503f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: build-and-push
3030
id: build
3131
run: |
32-
set -x
3332
buf generate
3433
cd ..
3534
git clone git+ssh://[email protected]/cern-eos/go-eosgrpc
@@ -45,9 +44,7 @@ jobs:
4544
else
4645
echo "The committed changes (if any) did not update the protobufs, nothing more to do"
4746
fi
48-
echo "pushbuf=$push" >> $GITHUB_ENV
49-
- name: Set pushbuf output
50-
run: echo "::set-output name=pushbuf::$push"
47+
echo "pushbuf=$push" >> $GITHUB_OUTPUT
5148
publish:
5249
name: Setup buf to push artifacts
5350
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)