Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomez720 committed Sep 13, 2024
1 parent d5b398c commit ddfead3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/assign-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
jobs:
auto-assign-team:
runs-on: ubuntu-latest


steps:
- name: Install jq
run: sudo apt-get install -y jq

- name: Get team members using GitHub API
id: team-members
run: |
Expand Down

0 comments on commit ddfead3

Please sign in to comment.