We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6500c18 commit d43e84cCopy full SHA for d43e84c
.github/workflows/wait-for-connection-test.yaml
@@ -34,8 +34,14 @@ jobs:
34
steps:
35
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
36
# 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
43
- name: Wait For Connection
- uses: ./actions/ci_connection/
44
+ uses: ./cool_actions/ci_connection/
45
with:
46
halt-dispatch-input: ${{ inputs.halt-for-connection }}
47
- name: Echo
0 commit comments