From f6f355d122ff13a347d7481d755607d5161655dc Mon Sep 17 00:00:00 2001 From: Emanuele De Cupis Date: Wed, 11 Dec 2024 18:26:04 +0100 Subject: [PATCH] Fixup (#3199) --- .github/workflows/pr_env_close.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr_env_close.yaml b/.github/workflows/pr_env_close.yaml index 3f9b54d208..415c389c4c 100644 --- a/.github/workflows/pr_env_close.yaml +++ b/.github/workflows/pr_env_close.yaml @@ -26,6 +26,8 @@ jobs: needs: check_env_creation_privilege if: needs.check_env_creation_privilege.outputs.create_env == 'true' steps: + - name: Checkout + uses: actions/checkout@v4 - name: Comment on the pull request uses: actions/github-script@v7 with: