diff --git a/1password/get-item-field/action.yaml b/1password/get-item-field/action.yaml index 7341cab..77e980e 100644 --- a/1password/get-item-field/action.yaml +++ b/1password/get-item-field/action.yaml @@ -29,4 +29,6 @@ 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" + + \ No newline at end of file diff --git a/1password/get-kubeconfig/action.yaml b/1password/get-kubeconfig/action.yaml index ddbcf11..56cab40 100644 --- a/1password/get-kubeconfig/action.yaml +++ b/1password/get-kubeconfig/action.yaml @@ -21,7 +21,7 @@ runs: steps: - name: Get Kubeconfig from 1Password id: get-kubeconfig - uses: PiwikPRO/actions/1password/get-item-field@master + uses: PiwikPRO/actions/1password/get-item-field@DEVOPS-7869 with: op-sa-token: ${{ inputs.op-sa-token }} op-vault: ${{ inputs.op-vault }} @@ -31,4 +31,7 @@ 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" + + + \ No newline at end of file