From fb37447e38a8850b39aa46bda9df23c10bc11dac Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:31:39 -0700 Subject: [PATCH] Update wr-pull-request-trigger.yml --- .github/workflows/wr-pull-request-trigger.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wr-pull-request-trigger.yml b/.github/workflows/wr-pull-request-trigger.yml index a73f49b173..6cb6ea3fb3 100644 --- a/.github/workflows/wr-pull-request-trigger.yml +++ b/.github/workflows/wr-pull-request-trigger.yml @@ -8,6 +8,8 @@ jobs: Hello-World: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Check for keyword and issue number id: check-for-keyword uses: actions/github-script@v7