Skip to content

Commit

Permalink
echo repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga committed Jun 18, 2023
1 parent 92e5479 commit 8918e2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
REPORTS_DIR: ./output/reports
COVERAGE_REPORT_DIR: ./output/reports/coverage-report
COVERAGE_HISTORY_DIR: ./temp/coverage-history
REPOSITORY_NAME: ${GITHUB_REPOSITORY##*/}

steps:
- run: echo $REPOSITORY_NAME

- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Expand Down

0 comments on commit 8918e2c

Please sign in to comment.