diff --git a/action.yml b/action.yml index dc2930e6..f4a1fa20 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ runs: steps: - run: | yarn --cwd ${{ github.action_path }} --production=true - result=$(yarn --cwd ${{ github.action_path }} start --issue "${{ inputs.issue_url }}" | grep -oP "^{.*}$") + result=$(yarn --cwd ${{ github.action_path }} start --issue "${{ inputs.issue_url }}") echo "::set-output name=result::$result" echo "$result" id: main