Skip to content

Commit

Permalink
Update name of assetlist generation (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 committed Sep 20, 2024
1 parent b1db5a8 commit 41a8299
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 438 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_all_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Run code to Generate Assetlist
working-directory: ./.github/workflows/utility
run: node generate_assetlist_new.mjs
run: node generate_assetlist.mjs

- name: Run code to Generate Chainlist New
working-directory: ./.github/workflows/utility
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on: [workflow_dispatch]
name: Generate Assetlist New
name: Generate Assetlist
jobs:
generate_zone_config:
name: Generate Assetlist New
name: Generate Assetlist
runs-on: ubuntu-latest

defaults:
Expand Down Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

- name: Run code to Generate Assetlist New
- name: Run code to Generate Assetlist
working-directory: ./.github/workflows/utility
run: node generate_assetlist_new.mjs
run: node generate_assetlist.mjs

- name: Trigger Translation
run: |
Expand All @@ -48,17 +48,17 @@ jobs:
github_token: "${{ secrets.GITHUB_TOKEN }}"
add_timestamp: false
commit_prefix: "[AUTO]"
commit_message: "New assetlist.json Update"
commit_message: "assetlist.json Update"
force: false
target_branch: update/assetlist_new
target_branch: update/assetlist

- name: Create A PR
uses: devops-infra/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_branch: update/assetlist_new
source_branch: update/assetlist
target_branch: main
title: New assetlist.json Update
title: assetlist.json Update
body: "**Automated pull request**"
old_string: "**THIS IS AN AUTOMATED UPDATE OF ASSETLIST.JSON**"
new_string: "** Automatic pull request**"
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/generate_assetlist_old.yml

This file was deleted.

Loading

0 comments on commit 41a8299

Please sign in to comment.