From 8766262db16adf66f20f13ab885c9d5a9accfab2 Mon Sep 17 00:00:00 2001 From: eQuantum <8466209+eq19@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:11:39 +0700 Subject: [PATCH] Update action.yml --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index 9684488d1c8..de6d7d9c4c7 100644 --- a/action.yml +++ b/action.yml @@ -43,11 +43,6 @@ runs: #image: 'Dockerfile' using: composite steps: - - name: 📂 Checkout - uses: actions/checkout@v4 - with: - token: ${{ inputs.token }} - - name: 💎 Set Credential id: 'auth' uses: 'google-github-actions/auth@v2'