Skip to content

Commit

Permalink
fix git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Feb 21, 2024
1 parent 1a86d35 commit b120c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/changed-yemen-info-csv-excel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
fail-fast: true

steps:
- name: Pull latest changes
run: git pull origin main

- uses: actions/checkout@v3

- name: Setup PHP
Expand All @@ -40,6 +37,7 @@ jobs:

- name: Add and commit generated file
run: |
git pull origin main
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/changed-yemen-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Pull latest changes
run: git pull origin main

- uses: actions/checkout@v3

- uses: actions/setup-python@v4
Expand All @@ -29,6 +26,7 @@ jobs:

- name: add and commit generated file
run: |
git pull origin main
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
Expand Down

0 comments on commit b120c96

Please sign in to comment.