Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninvf authored Feb 21, 2024
1 parent e3a842f commit 96f3a2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: git pull on PETER-PRAGUE
name: git pull on ZEPHYR

on:
push:
Expand All @@ -15,6 +15,6 @@ jobs:

- name: Pull repository from GitHub
run: |
cd C:\inetpub\wwwroot\gangnamstyle.dev
git config --global --add safe.directory C:/inetpub/wwwroot/gangnamstyle.dev
git pull
cd /var/www/flwn.dev/html
git config --global --add safe.directory /var/www/flwn.dev/html
git pull

0 comments on commit 96f3a2c

Please sign in to comment.