Skip to content

Commit

Permalink
Update auto-update-community-members.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Dec 9, 2024
1 parent 34a4314 commit cb95244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-update-community-members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Run script
working-directory: ./scripts/generate-community-data
run: node generate.js ../../data/community/members.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create pull request
uses: peter-evans/create-pull-request@v7
Expand All @@ -38,4 +40,4 @@ jobs:
branch: update-community-members
title: Update community members
body: |
This pull request contains automated updates to files by the GitHub Action.
This pull request contains automated updates to files by the GitHub Action.

0 comments on commit cb95244

Please sign in to comment.