Skip to content

Commit

Permalink
/dev/tty is not available in the runners, use stderr instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jan 8, 2024
1 parent e865339 commit deacdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build
run: |
echo "IMAGE_PATH=$(nix-shell --pure --run docker-build | tee /dev/tty | tail -1)" >> $GITHUB_ENV
echo "IMAGE_PATH=$(nix-shell --run docker-build | tee /dev/fd/2 | tail -1)" >> $GITHUB_ENV
- name: Set up SSH
run: |
Expand Down

0 comments on commit deacdce

Please sign in to comment.