Skip to content

Commit

Permalink
fixup! Read without newline
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Sep 28, 2023
1 parent c71eec0 commit 12762d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Determine Ray commit
id: ray-commit
run: |
read -r sha < build/ray
read -r sha < build/ray_commit
echo "sha=$sha" | tee -a "$GITHUB_OUTPUT"
- name: Clone Ray repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 12762d6

Please sign in to comment.