diff --git a/.github/workflows/assayo.yml b/.github/workflows/assayo.yml index 4882acc..b181aed 100644 --- a/.github/workflows/assayo.yml +++ b/.github/workflows/assayo.yml @@ -1,20 +1,12 @@ -# Creates an HTML report -# with analysis of commit statistics. -# -# More information: https://github.com/bakhirev/assayo name: Assayo on: - # Run by PR - # (if you have few people and commits are rarely made) - # Remove this for big teams: pull_request: types: [closed] push: tags: - '*' branches: - - main - develop - 'release/**' @@ -25,3 +17,5 @@ jobs: steps: - name: Create git log report uses: bakhirev/assayo@4293c232ae24d353d634548fde92b52685ba082e + with: + add_file_info: true diff --git a/actions.yml b/action.yml similarity index 93% rename from actions.yml rename to action.yml index 9ac84af..bb9a38d 100644 --- a/actions.yml +++ b/action.yml @@ -7,8 +7,8 @@ description: Report with analysis of commit statistics author: bakhirev branding: - icon: 'info' - color: 'blue' + icon: "info" + color: "blue" inputs: add_file_info: @@ -17,6 +17,7 @@ inputs: runs: using: composite + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4