Skip to content

Commit

Permalink
- Commit of changes before reload IDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jul 4, 2024
1 parent 29222e2 commit 6fe7c9b
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 1,304 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ coverage==7.5.2
pytest==7.4.3
pytest-cov==5.0.0
PyGithub==1.59.0
PyCompositeActionLib==0.1.0
Empty file removed src/action/__init__.py
Empty file.
6 changes: 2 additions & 4 deletions src/action/action_inputs.py → src/action_inputs.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import json
import logging
from datetime import datetime
from distutils.util import strtobool
from typing import Optional

from action.action_inputs import BaseActionInputs
from github_integration.gh_action import get_action_input


class ActionInputs:
class ActionInputs(BaseActionInputs):
GITHUB_REPOSITORY = 'GITHUB_REPOSITORY'
GITHUB_TOKEN = 'github-token'
TAG_NAME = 'tag-name'
Expand Down
Empty file removed src/github_integration/__init__.py
Empty file.
20 changes: 0 additions & 20 deletions src/github_integration/gh_action.py

This file was deleted.

267 changes: 0 additions & 267 deletions src/github_integration/github_manager.py

This file was deleted.

Empty file.
44 changes: 0 additions & 44 deletions src/github_integration/model/commit.py

This file was deleted.

Loading

0 comments on commit 6fe7c9b

Please sign in to comment.