Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Nov 19, 2023
1 parent c13f455 commit 68e62f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/update_credits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ on:
jobs:
update-credits:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Update Credits
run: |
- uses: actions/checkout@v2
- run: |
contributor_name=$(jq -r '.pull_request.user.login' $GITHUB_EVENT_PATH)
pr_description=$(jq -r '.pull_request.body' $GITHUB_EVENT_PATH)
Expand Down

0 comments on commit 68e62f7

Please sign in to comment.