From 83f774d2f142b7509adb605e9d1e987b3fce0477 Mon Sep 17 00:00:00 2001 From: dmvict Date: Wed, 21 Jun 2023 13:56:51 +0300 Subject: [PATCH] Update action file `action.yml`, add default output --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index ade2f834..be085387 100644 --- a/action.yml +++ b/action.yml @@ -29,10 +29,15 @@ inputs: description: A delay between attempts in ms required: false default: 0 +outputs: + outputs: + description: "A pretty print JSON map with outputs from the wrapped action." + value: ${{ toJSON( steps.retry.outputs ) }} runs: using: composite steps: - name: retry + id: retry uses: Wandalen/wretry.action@v1.1.0_js_action with: action: '${{ inputs.action }}'