Skip to content

Commit

Permalink
feat: Check debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 17, 2024
1 parent a660bff commit d80408d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- feature/check-debug

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ _set_github_outputs() {

set -e

echo "Debug: $RUNNER_DEBUG"

_dotReplacement="_"

_set_github_outputs \
Expand Down

0 comments on commit d80408d

Please sign in to comment.