From 212fffb6e2b436a53b2cfbe916371d24b6b0089b Mon Sep 17 00:00:00 2001 From: Chiedo John <2156688+chiedo@users.noreply.github.com> Date: Wed, 9 Dec 2020 11:01:07 -0500 Subject: [PATCH] Fix unused code that causes workflow to fail (#16827) * Remove unused code that causes workflow to fail Co-authored-by: Chiedo --- .github/workflows/repo-sync-stalls.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/repo-sync-stalls.yml b/.github/workflows/repo-sync-stalls.yml index 64de1d71b6..ea44f9244a 100644 --- a/.github/workflows/repo-sync-stalls.yml +++ b/.github/workflows/repo-sync-stalls.yml @@ -16,9 +16,6 @@ jobs: repo-sync-stalls: runs-on: ubuntu-latest steps: - - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - with: - ref: repo-sync - name: Check if repo sync is stalled uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9 with: