Skip to content

Commit 9b33ca7

Browse files
committed
Actions: the input device is not a TTY
1 parent d5a425b commit 9b33ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
run: docker build . --tag ${{ github.repository }}
1515

1616
- name: Run info.sh
17-
run: docker run -it ${{ github.repository }} sh info.sh
17+
run: docker run -t ${{ github.repository }} sh info.sh

0 commit comments

Comments
 (0)