Skip to content

Commit 087f12b

Browse files
authored
Update main.yml
1 parent f385dc3 commit 087f12b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: self-hosted
2020
defaults:
2121
run:
22-
working-directory: /srv/www/
22+
working-directory: /var/www/
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
25-
- name: Run a multi-line script
25+
- name: run a git pull on the repo folder
2626
run: |
27-
cd /srv/www/chess
27+
cd /var/www/statics/epts
2828
git pull

0 commit comments

Comments
 (0)