Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
debug create pr in update-token-list
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelle-pundix committed Jul 29, 2024
1 parent caf5073 commit e3e7e4f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/update-token-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
git commit -m "Add token ${{ github.event.inputs.name }} (${{ github.event.inputs.symbol }})"
git push origin ${{ env.branch_name }}
- name: Create Pull Request in Original Repository
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.TOKEN }}
repository: FunctionX-SG/FXSwap-TokenList
branch: ${{ env.branch_name }}
title: "Add token ${{ github.event.inputs.name }} (${{ github.event.inputs.symbol }})"
body: "This PR adds the ${{ github.event.inputs.name }} (${{ github.event.inputs.symbol }}) token and its logo."
base: main
head: ${{ github.repository_owner }}:${{ env.branch_name }}
# - name: Create Pull Request in Original Repository
# uses: peter-evans/create-pull-request@v5
# with:
# token: ${{ secrets.TOKEN }}
# repository: FunctionX-SG/FXSwap-TokenList
# branch: ${{ env.branch_name }}
# title: "Add token ${{ github.event.inputs.name }} (${{ github.event.inputs.symbol }})"
# body: "This PR adds the ${{ github.event.inputs.name }} (${{ github.event.inputs.symbol }}) token and its logo."
# base: main
# head: ${{ github.repository_owner }}:${{ env.branch_name }}

0 comments on commit e3e7e4f

Please sign in to comment.