Skip to content

Commit d43e84c

Browse files
committed
Source from actions repo.
1 parent 6500c18 commit d43e84c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/wait-for-connection-test.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
3636
# Halt for connection if workflow dispatch is told to or if it is a retry with the label halt_on_retry
37+
- name: Get external actions
38+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
39+
with:
40+
repository: google-ml-infra/actions
41+
ref: polish_ssh_connection_action
42+
path: cool_actions
3743
- name: Wait For Connection
38-
uses: ./actions/ci_connection/
44+
uses: ./cool_actions/ci_connection/
3945
with:
4046
halt-dispatch-input: ${{ inputs.halt-for-connection }}
4147
- name: Echo

0 commit comments

Comments
 (0)