Skip to content

Commit

Permalink
.github/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 15, 2024
1 parent aa0beff commit d721876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-debs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: |
VERSION=$(cat VERSION.txt)
echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
DEV_COMMIT_ID=$(git ls-remote https://github.com/envoyproxy/envoy refs/heads/main)
DEV_COMMIT_ID=$(git ls-remote https://github.com/envoyproxy/envoy refs/heads/main | cut -f1)
echo "commit=${DEV_COMMIT_ID}" >> "$GITHUB_OUTPUT"
id: envoy
working-directory: envoy
Expand Down

0 comments on commit d721876

Please sign in to comment.