Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update name of Assetlist Generation Script #1915

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading