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

Commit

Permalink
update update-token-list.yml for creating pr
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelle-pundix committed Jul 29, 2024
1 parent 3e63a59 commit f99de3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-token-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh auth setup-git
gh pr create --title "Add ${GITHUB_EVENT_INPUTS.name} Token" \
gh pr create --title "Add ${{ github.event.inputs.name }} Token" \
--body "This PR adds a new token with name '${{ github.event.inputs.name }}' and symbol '${{ github.event.inputs.symbol }}'." \
--base main \
--head ${{ env.branch_name }}
Expand Down

0 comments on commit f99de3a

Please sign in to comment.