Skip to content

Commit

Permalink
Remove unnecessary steps in github workflow for supported networks
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Nov 23, 2023
1 parent da182cc commit a677f99
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/generate-supported-networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,5 @@ jobs:
- name: Generate supported networks
run: node ./.github/scripts/generateSupportedNetworks.js
- uses: actions/checkout@v4
- name: Commit changes
run: |
git config --local user.email "gha@gha.com"
git config --local user.name "GitHub Actions"
git add .
git commit -m "Update supported networks"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v5

0 comments on commit a677f99

Please sign in to comment.