This commit is contained in:
@@ -5,11 +5,6 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest # REQUIRED: This matches your runner label
|
||||
steps: # REQUIRED: Steps must be under the 'steps' key
|
||||
- name: Install Git
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y git
|
||||
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user