Skip to content

Commit 42353f9

Browse files
committed
Show the output
1 parent 5db5887 commit 42353f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible-deployments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Setup the hosts file
2525
run: printf '[judgehost] \n github-action\tansible_host=localhost' > hosts
2626
- name: Run the default deployment method
27-
run: make judgehost
27+
run: ls; cat hosts; cat Makefile; make judgehost

0 commit comments

Comments
 (0)