Skip to content

Commit

Permalink
ci(bot): fix order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed May 21, 2024
1 parent 4c9a301 commit b69b752
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bot_deps-docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ jobs:
exit 1
fi
- name: ⚙️ Configuring Git
run: |
git config --global user.name 'wellwelwel'
git config --global user.email '[email protected]'
git update-index --refresh > /dev/null 2>&1 || true
- name: 📦 Installing Dependencies
run: cd ${{ env.PACKAGE_PATH }} && npm ci

- name: ⏫ Updating Dependencies
run: cd ${{ env.PACKAGE_PATH }} && npm run update

- name: ⚙️ Configuring Git
run: |
git config --global user.name 'wellwelwel'
git config --global user.email '[email protected]'
git update-index --refresh > /dev/null 2>&1 || true
- name: 🔎 Checking for Changes
id: check_changes
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/bot_deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ jobs:
exit 1
fi
- name: ⚙️ Configuring Git
run: |
git config --global user.name 'wellwelwel'
git config --global user.email '[email protected]'
git update-index --refresh > /dev/null 2>&1 || true
- name: 📦 Installing Dependencies
run: cd ${{ env.PACKAGE_PATH }} && npm ci

- name: ⏫ Updating Dependencies
run: cd ${{ env.PACKAGE_PATH }} && npm run update

- name: ⚙️ Configuring Git
run: |
git config --global user.name 'wellwelwel'
git config --global user.email '[email protected]'
git update-index --refresh > /dev/null 2>&1 || true
- name: 🔎 Checking for Changes
id: check_changes
run: |
Expand Down

0 comments on commit b69b752

Please sign in to comment.