Skip to content

Commit

Permalink
Merge pull request #64 from haesleinhuepf/haesleinhuepf-patch-2
Browse files Browse the repository at this point in the history
Haesleinhuepf patch 2
  • Loading branch information
haesleinhuepf authored Aug 29, 2024
2 parents b13a5f2 + 97159a9 commit 4dfa3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git-bob==0.2.0
pip install git-bob
- name: Run Python
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git-bob==0.2.0
pip install git-bob
- name: Run Python
env:
Expand Down

0 comments on commit 4dfa3d7

Please sign in to comment.