Skip to content

Commit 8402e33

Browse files
Add missing dependency
1 parent 423ba97 commit 8402e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ runs:
6767
GPG_EMAIL: ${{ steps.import-gpg.outputs.email }}
6868
run: |
6969
python -m pip install --upgrade pip
70-
python -m pip install requests pygithub
70+
python -m pip install pygithub python-dotenv requests
7171
python main.py

0 commit comments

Comments
 (0)