From 85c8182b91f4a9c48b84b18c57e47acdf8dc0d36 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 28 Mar 2024 18:58:28 +0100 Subject: [PATCH] README.md: uses: actions/checkout@v4 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6dcfc74..7c86f73c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ jobs: env: API_PORT: 1212 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: JarvusInnovations/background-action@v1 name: Bootstrap System Under Test (SUT) with: @@ -54,7 +54,7 @@ jobs: # This will allow you to monitor the progress live log-output-resume: stderr - # Eliminates previosuly output stderr log entries from post-run output + # Eliminates previously output stderr log entries from post-run output wait-for: 5m @@ -85,7 +85,7 @@ jobs: ### wait-on -`background-action` leverages the handy [wait-on](https://www.npmjs.com/package/wait-on) package to control flow. You can pass any number of resources in the `wait-on` configuration parameter seperated by commas or newlines. For advanced use cases, such as: client-side SSL certs, authorization, proxy configuration and/or custom http headers you can provide a JSON serialized configuration object that matches [wait-on's node.js api usage](https://www.npmjs.com/package/wait-on#nodejs-api-usage). +`background-action` leverages the handy [wait-on](https://www.npmjs.com/package/wait-on) package to control flow. You can pass any number of resources in the `wait-on` configuration parameter separated by commas or newlines. For advanced use cases, such as: client-side SSL certs, authorization, proxy configuration and/or custom http headers you can provide a JSON serialized configuration object that matches [wait-on's node.js api usage](https://www.npmjs.com/package/wait-on#nodejs-api-usage). #### Resource Types