Skip to content

Commit

Permalink
correct outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux committed May 1, 2024
1 parent a5a6134 commit 282d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_multi_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: rippled version
id: ripd_version
run: |
echo "rippled_version=$(python docker/small/find_version.py src/ripple/protocol/impl/BuildInfo.cpp | tail -n1)" >> $GITHUB_ENV
echo "rippled_version=$(python docker/small/find_version.py src/ripple/protocol/impl/BuildInfo.cpp | tail -n1)" >> $GITHUB_OUTPUT
echo $(python docker/small/find_version.py src/ripple/protocol/impl/BuildInfo.cpp)
echo "rippled version: $rippled_version"
Expand Down

0 comments on commit 282d3a1

Please sign in to comment.