Skip to content

Commit

Permalink
Merge branch 'master' into ugurakcora
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurelineP committed May 12, 2023
2 parents 364a6f5 + 06bb8f0 commit b14f8b7
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-sort-users-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout PR
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Install Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Sort users
Expand Down
Loading

0 comments on commit b14f8b7

Please sign in to comment.