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