diff --git a/.github/workflows/dev-deployment.yaml b/.github/workflows/dev-deployment.yaml index 3dd6f02..d15fd2c 100644 --- a/.github/workflows/dev-deployment.yaml +++ b/.github/workflows/dev-deployment.yaml @@ -32,6 +32,8 @@ jobs: ENV_FILE_CONTENT: ${{ secrets.ENV_FILE_CONTENT_DEV }} run: printf "%s" "$ENV_FILE_CONTENT" > manifest/configmap.yaml #echo "$ENV_FILE_CONTENT" > manifest/configmap.yaml + - name: Show contents of manifest/configmap.yaml + run: cat manifest/configmap.yaml - name: Show PWD and list content and Latest 3 commits run: | echo "Fetching all branches to ensure complete history"