diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 883b29b5ef..c0e8bd2705 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -44,7 +44,6 @@ jobs: id: get_merged_pull_request with: github_token: ${{ secrets.GITHUB_TOKEN }} - password: postgres - name: Print merged pull request run: echo 'PR number = ${{steps.get_merged_pull_request.outputs.number}}'