Skip to content

Commit

Permalink
Combine people update command
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow committed Feb 23, 2024
1 parent 2c40862 commit fcfc4cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
uses: actions/checkout@v4

- name: Update People Info 🙂 # This pulls the latest info about who is on which Github team
run: mkdir localData
run: |
gh api graphql -f query='
mkdir localData && gh api graphql -f query='
query {
organization(login: "resbazaz") {
teams(first:100) {
Expand Down

0 comments on commit fcfc4cf

Please sign in to comment.