Skip to content

Commit

Permalink
updated test-action to point to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed May 28, 2024
1 parent e9a1149 commit f28f80e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Find team members

on:
pull_request:
push:
branches:
- main

jobs:
get-team:
Expand All @@ -10,7 +13,7 @@ jobs:
- name: Fetch team data
# We add the id to access to this step outputs
id: teams
uses: paritytech/list-team-members@rust/migration
uses: paritytech/list-team-members@main
with:
ACCESS_TOKEN: ${{ secrets.READ_ORG_PAT }}
team: opstooling
Expand Down

0 comments on commit f28f80e

Please sign in to comment.