We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d682e95 commit 4c44642Copy full SHA for 4c44642
1 file changed
.github/workflows/close-external-repo-sync-prs.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
invalid-repo-sync-check:
13
name: Close external Repo Sync PRs
14
- if: ${{ github.repository == 'github/docs' && github.ref == 'refs/heads/repo-sync' }}
+ if: ${{ github.repository == 'github/docs' && github.head_ref == 'repo-sync' }}
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9
0 commit comments