You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2024. It is now read-only.
- uses: Unsupervisedcom/action-wait-for-ports@undefinedwith:
# Comma separated list of ports to wait forports: ""# Max time in milliseconds to wait# Default: 30000max-wait: ""# How frequently to check ports, in milliseconds# Default: 5000check-interval: ""
Input
Description
Default
Required
ports
Comma separated list of ports to wait for
true
max-wait
Max time in milliseconds to wait
30000
false
check-interval
How frequently to check ports, in milliseconds
5000
false
Output
Description
Default
Required
time
The time we greeted you
Example usage
on: [push]jobs:
hello_world_job:
runs-on: ubuntu-latestname: A job to say hellosteps:
- name: Hello world action stepid: hellouses: Unsupervisedcom/action-wait-for-ports@v1with:
who-to-greet: "Mona the Octocat"# Use the output from the `hello` step
- name: Get the output timerun: echo "The time was ${{ steps.hello.outputs.time }}"
About
Javascript action that waits for ports to become available