.github/workflows/merge-staging.yml: change condition to `repository_owner`

This is consistent with the other actions.

zowoq 8917ffe7 67a82836

+1 -1
+1 -1
.github/workflows/merge-staging.yml
··· 8 8 9 9 jobs: 10 10 sync-branch: 11 - if: github.repository == 'NixOS/nixpkgs' 11 + if: github.repository_owner == 'NixOS' 12 12 runs-on: ubuntu-latest 13 13 steps: 14 14 - uses: actions/checkout@v2