Skip to content

Commit

Permalink
Update update_items.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenrusinov authored Jan 27, 2023
1 parent 175ec5a commit be2f79e
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/update_items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,12 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
add-paths: |
git add assets/db_inputs/wowhead_item_tooltips.csv
git add assets/database/db.bin
git add assets/database/db.json
assets/db_inputs/wowhead_item_tooltips.csv
assets/database/db.bin
assets/database/db.json
branch: update_item_db
delete-branch: true
commit-message: 'Update Item DB at ${{ steps.date.outputs.builddate}}'
title: 'Update Item DB at ${{ steps.date.outputs.builddate}}'
body: |
Update Item DB at ${{ steps.date.outputs.builddate}}
#- name: Push Updates
# continue-on-error: true
# run: |
# git config user.name github-actions
# git config user.email github-actions@github.com
# git add assets/db_inputs/wowhead_item_tooltips.csv
# git add assets/database/db.bin
# git add assets/database/db.json
# git commit -am "Update Item DB at ${{ steps.date.outputs.builddate}}"
# git push

0 comments on commit be2f79e

Please sign in to comment.