From 83c0c1e4305a802934ae2bf9f150a4a261c16b90 Mon Sep 17 00:00:00 2001 From: Qwerty-133 <74311372+Qwerty-133@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:43:22 +0530 Subject: [PATCH] Do not checkout the repository --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 2b9e3bf..dcae728 100644 --- a/action.yml +++ b/action.yml @@ -22,8 +22,6 @@ runs: using: "composite" steps: - - uses: actions/checkout@v3 - - name: Set up Python id: setup-python uses: actions/setup-python@v4