diff --git a/.github/workflows/update-docs.yaml b/.github/workflows/update-docs.yaml index 2e3bc7f..f7de723 100644 --- a/.github/workflows/update-docs.yaml +++ b/.github/workflows/update-docs.yaml @@ -25,6 +25,10 @@ jobs: User git EOF + - name: debug + run: | + cat ~/.ssh/config + - name: Update docs repository run: | git clone git@github:s3gw-tech/s3gw-docs.git docs.git || exit 1