A GitHub Action that waits for a given amount of time.
Important
This action is a template and should be used as a starting point for creating a new action. The action's name and description should be updated to reflect the new action's purpose, as well as the action's inputs, outputs, and example usage.
The action accepts the following inputs:
Name | Description | Default |
---|---|---|
milliseconds |
The number of milliseconds to wait. | 2000 |
The action provides the following outputs:
Name | Description |
---|---|
time |
The current time. |
The following is an example of how the action can be used:
- name: Wait
id: wait
uses: actions/leandromatos/wait-github-action-template@v0.0.1-alpha.0
with:
milliseconds: 2000
In this example, the action waits for 2 seconds.
Note
This repository contains a workflow that uses this action to validate its behavior. The workflow can be found in the .github/workflows
directory.
Contributions are welcome. Please see the CONTRIBUTING file for more information.
This package is under the MIT License. Please see the LICENSE file for more information.