Skip to content

Commit 4a17224

Browse files
Update main.yml
1 parent ea26818 commit 4a17224

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ jobs:
1919
runs-on: deploy
2020
needs: build
2121
steps:
22-
- name: Checkout only gsdt folder
22+
- name: Checkout deployment logic
2323
uses: actions/checkout@v6
2424
with:
2525
sparse-checkout: |
2626
gsdt
2727
sparse-checkout-cone-mode: true
28-
- name: Run a multi-line script
28+
- name: Deploy
2929
run: |
30+
ls -al
3031
chmod u+x gsdt/deploy.sh
3132
./gsdt/deploy.sh
3233
chmod u-x gsdt/deploy.sh

0 commit comments

Comments
 (0)