Skip to content

Commit

Permalink
chore(github): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 6, 2021
1 parent a2f3c48 commit 2e84f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gem install github_changelog_generator
ls -lah /home/runner/work/brs-utils
github_changelog_generator -u brsynth -p brs-utils
ls -lah /home/runner/work/brs-utils/brs-utils
1 change: 1 addition & 0 deletions brs_utils/print.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def print_FAILED():
bg as c_bg
)


def print_start(
logger: Logger=getLogger(__name__),
msg: str='Start process',
Expand Down

0 comments on commit 2e84f71

Please sign in to comment.