From 946375a868aab356eac28f424e164effa2ed5e62 Mon Sep 17 00:00:00 2001 From: Szymon Draszkiewicz Date: Wed, 12 Jun 2024 10:58:16 +0200 Subject: [PATCH] DEVOPS-7869 multiline strings fix --- 1password/get-item-field/action.yaml | 2 +- 1password/get-kubeconfig/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1password/get-item-field/action.yaml b/1password/get-item-field/action.yaml index 7341cab..9813361 100644 --- a/1password/get-item-field/action.yaml +++ b/1password/get-item-field/action.yaml @@ -29,4 +29,4 @@ runs: shell: bash env: OP_SERVICE_ACCOUNT_TOKEN: ${{ inputs.op-sa-token }} - run: echo "field=$(op item get ${{ inputs.op-item }} --vault=${{ inputs.op-vault }} --fields label=${{ inputs.op-field }})" >> $GITHUB_OUTPUT \ No newline at end of file + run: echo "field<> "$GITHUB_OUTPUT" diff --git a/1password/get-kubeconfig/action.yaml b/1password/get-kubeconfig/action.yaml index ddbcf11..ec30e40 100644 --- a/1password/get-kubeconfig/action.yaml +++ b/1password/get-kubeconfig/action.yaml @@ -31,4 +31,4 @@ runs: - name: Decode kubeconfig id: decode-kubeconfig shell: bash - run: echo "kubeconfig=$(echo '${{ steps.get-kubeconfig.outputs.field }}' | base64 --decode)" >> $GITHUB_OUTPUT \ No newline at end of file + run: echo "kubeconfig<> "$GITHUB_OUTPUT"