We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f385dc3 commit 087f12bCopy full SHA for 087f12b
1 file changed
.github/workflows/main.yml
@@ -19,10 +19,10 @@ jobs:
19
runs-on: self-hosted
20
defaults:
21
run:
22
- working-directory: /srv/www/
+ working-directory: /var/www/
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
- - name: Run a multi-line script
+ - name: run a git pull on the repo folder
26
run: |
27
- cd /srv/www/chess
+ cd /var/www/statics/epts
28
git pull
0 commit comments