Skip to content

Commit

Permalink
Update new_comment_digest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchamp authored Jan 17, 2024
1 parent 50cf50f commit 30738ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/new_comment_digest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ permissions:
contents: read # Is this needed?

jobs:
new_comment_digeste:
new_comment_digest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/setup-python@4
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install requests
Expand Down

0 comments on commit 30738ab

Please sign in to comment.